Make loading bar better
This commit is contained in:
parent
4401fa7376
commit
ef47461ee9
1 changed files with 1 additions and 0 deletions
|
@ -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});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue