From 138aeeabb9d0ce3fffb9fad19eb9e3baec5ec3de Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Sat, 14 Sep 2019 16:47:55 +0200 Subject: [PATCH] Fix HTML5 export after #30864 (cherry picked from commit e7760deb741ae9a42e7bd17b4f35f29e7f251383) --- misc/dist/html/full-size.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/dist/html/full-size.html b/misc/dist/html/full-size.html index cdeb588e6d8..adf3a2cf7d4 100644 --- a/misc/dist/html/full-size.html +++ b/misc/dist/html/full-size.html @@ -177,7 +177,7 @@ $GODOT_HEAD_INCLUDE }); animationCallbacks = animationCallbacks.filter(function(value) { return (value != animateStatusIndeterminate); - } + }); switch (mode) { case 'progress': statusProgress.style.display = 'block';