Make loading bar better

This commit is contained in:
cuom1999 2023-09-01 18:23:23 -05:00
parent 4401fa7376
commit ef47461ee9

View file

@ -389,6 +389,7 @@ function onWindowReady() {
$("#loading-bar").show(); $("#loading-bar").show();
$("#loading-bar").animate({ width: "100%" }, 1500, function() { $("#loading-bar").animate({ width: "100%" }, 1500, function() {
$(this).hide(); $(this).hide();
$("#loading-bar").css({ width: 0});
}); });
}); });
} }