Browse Source

Fixed fading divider in infobox

Tobias Reich 9 years ago
parent
commit
26cdd98dfc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/scripts/album.js
  2. 1 1
      src/scripts/albums.js

+ 1 - 1
src/scripts/album.js

@@ -37,7 +37,7 @@ album.load = function(albumID, refresh) {
 
 		if (!refresh) {
 			lychee.animate('.album, .photo', 'contentZoomOut');
-			lychee.animate('.divider', 'fadeOut');
+			lychee.animate('#content .divider', 'fadeOut');
 		}
 
 		startTime = new Date().getTime();

+ 1 - 1
src/scripts/albums.js

@@ -16,7 +16,7 @@ albums.load = function() {
 		waitTime;
 
 	lychee.animate('.album, .photo', 'contentZoomOut');
-	lychee.animate('.divider', 'fadeOut');
+	lychee.animate('#content .divider', 'fadeOut');
 
 	startTime = new Date().getTime();