diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2019-09-14 16:47:55 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2019-09-14 16:47:55 +0200 |
commit | e7760deb741ae9a42e7bd17b4f35f29e7f251383 (patch) | |
tree | 456c5f525482cd88655d09c08deef4b6b5cdf798 /misc/dist/html/full-size.html | |
parent | 4ee8ecd3efee742be58c1ff191e78d0de09b57b6 (diff) |
Fix HTML5 export after #30864
Diffstat (limited to 'misc/dist/html/full-size.html')
-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'; |