Fix HTML5 export after #30864

This commit is contained in:
Fabio Alessandrelli 2019-09-14 16:47:55 +02:00
parent 4ee8ecd3ef
commit e7760deb74

View file

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