From e7760deb741ae9a42e7bd17b4f35f29e7f251383 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 --- 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 349420b3f366..12b9af21e5b7 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';