Browse Source

Moved a line

Tobias Reich 11 years ago
parent
commit
7699fd0498
2 changed files with 2 additions and 2 deletions
  1. 0 0
      assets/build/main.js
  2. 2 2
      assets/js/view.js

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


+ 2 - 2
assets/js/view.js

@@ -15,8 +15,8 @@ view = {
 
 			if (visible.photo()) {
 				lychee.imageview.removeClass("full");
-				lychee.loadingBar.css("opacity", 1);
 				lychee.header.removeClass("hidden");
+				lychee.loadingBar.css("opacity", 1);
 				if ($("#imageview #image.small").length>0) {
 					$("#imageview #image").css({
 						marginTop: -1*($("#imageview #image").height()/2)+20
@@ -36,8 +36,8 @@ view = {
 				clearTimeout($(window).data("timeout"));
 				$(window).data("timeout", setTimeout(function() {
 					lychee.imageview.addClass("full");
-					lychee.loadingBar.css("opacity", 0);
 					lychee.header.addClass("hidden");
+					lychee.loadingBar.css("opacity", 0);
 					if ($("#imageview #image.small").length>0) {
 						$("#imageview #image").css({
 							marginTop: -1*($("#imageview #image").height()/2)

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