Fix HTML5 export after #30864

(cherry picked from commit e7760deb74)
This commit is contained in:
Fabio Alessandrelli 2019-09-14 16:47:55 +02:00 committed by Rémi Verschelde
parent d3422f8cf7
commit 138aeeabb9
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ $GODOT_HEAD_INCLUDE
});
animationCallbacks = animationCallbacks.filter(function(value) {
return (value != animateStatusIndeterminate);
}
});
switch (mode) {
case 'progress':
statusProgress.style.display = 'block';