Always reset error/loading header

This commit is contained in:
Tobias Reich 2015-05-14 20:36:24 +02:00
parent dc7731cd88
commit a6b2f88238
2 changed files with 1 additions and 1 deletions

BIN
dist/main.js vendored

Binary file not shown.

View File

@ -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);