Browse Source

Fix undefined error

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

+ 2 - 0
assets/js/photo.js

@@ -79,6 +79,7 @@ photo = {
 				}
 
 				setTimeout(function() {
+					if (photo.getID()!==false) return false;
 					lychee.goto(album.getID() + "/" + album.json.content[photo.getID()].previousPhoto)
 				}, delay);
 
@@ -109,6 +110,7 @@ photo = {
 				}
 
 				setTimeout(function() {
+					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