1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

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';