Browse Source

Fixed wrong if

Tobias Reich 11 years ago
parent
commit
cdb7d4c197
2 changed files with 2 additions and 2 deletions
  1. 2 2
      assets/js/photo.js
  2. 0 0
      assets/min/main.js

+ 2 - 2
assets/js/photo.js

@@ -79,7 +79,7 @@ photo = {
 				}
 
 				setTimeout(function() {
-					if (photo.getID()!==false) return false;
+					if (photo.getID()===false) return false;
 					lychee.goto(album.getID() + "/" + album.json.content[photo.getID()].previousPhoto)
 				}, delay);
 
@@ -110,7 +110,7 @@ photo = {
 				}
 
 				setTimeout(function() {
-					if (photo.getID()!==false) return false;
+					if (photo.getID()===false) return false;
 					lychee.goto(album.getID() + "/" + album.json.content[photo.getID()].nextPhoto);
 				}, delay);
 

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


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