Always reset error/loading header
This commit is contained in:
parent
dc7731cd88
commit
a6b2f88238
BIN
dist/main.js
vendored
BIN
dist/main.js
vendored
Binary file not shown.
@ -85,7 +85,7 @@ loadingBar.hide = function(force) {
|
||||
loadingBar.status = null;
|
||||
|
||||
// Move header up
|
||||
if (visible.header()) header.dom().removeClass('error loading');
|
||||
header.dom().removeClass('error loading');
|
||||
|
||||
// Set timeout
|
||||
clearTimeout(loadingBar._timeout);
|
||||
|
Loading…
Reference in New Issue
Block a user