From ef47461ee9a3e25fae1883d94c37ebbf6b8bea61 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Fri, 1 Sep 2023 18:23:23 -0500 Subject: [PATCH] Make loading bar better --- resources/common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/common.js b/resources/common.js index 380dc63..fabff56 100644 --- a/resources/common.js +++ b/resources/common.js @@ -389,6 +389,7 @@ function onWindowReady() { $("#loading-bar").show(); $("#loading-bar").animate({ width: "100%" }, 1500, function() { $(this).hide(); + $("#loading-bar").css({ width: 0}); }); }); }