diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2019-09-17 15:22:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-17 15:22:56 +0200 |
commit | 1399262ffac0c7f5011e653c4859bd60553c2419 (patch) | |
tree | 57cd4f543b6322d0d1fd63a0264baa10e96c5c7a | |
parent | 2861fd9552c242ef7a98f63312f253e6534c5b34 (diff) | |
parent | e7760deb741ae9a42e7bd17b4f35f29e7f251383 (diff) |
Merge pull request #32176 from Faless/js/fix_export_js
Fix HTML5 export after #30864
-rw-r--r-- | misc/dist/html/full-size.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dist/html/full-size.html b/misc/dist/html/full-size.html index 349420b3f3..12b9af21e5 100644 --- a/misc/dist/html/full-size.html +++ b/misc/dist/html/full-size.html @@ -182,7 +182,7 @@ $GODOT_HEAD_INCLUDE }); animationCallbacks = animationCallbacks.filter(function(value) { return (value != animateStatusIndeterminate); - } + }); switch (mode) { case 'progress': statusProgress.style.display = 'block'; |