Browse Source

Always reset error/loading header

Tobias Reich 9 years ago
parent
commit
a6b2f88238
2 changed files with 1 additions and 1 deletions
  1. 0 0
      dist/main.js
  2. 1 1
      src/scripts/loadingBar.js

File diff suppressed because it is too large
+ 0 - 0
dist/main.js


+ 1 - 1
src/scripts/loadingBar.js

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

Some files were not shown because too many files changed in this diff