Tobias Reich 11 years ago
parent
commit
086131c222
2 changed files with 2 additions and 2 deletions
  1. 0 0
      assets/build/main.js
  2. 2 2
      assets/js/init.js

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


+ 2 - 2
assets/js/init.js

@@ -120,9 +120,9 @@ $(document).ready(function(){
 			})
 			.on('swipeEnd', function(e) {
 				swipe.stop(e.swipe, function() {
-					$("#imageview .arrow_wrapper.previous").trigger('touchend');
+					if (album.json&&album.json.content[photo.getID()]&&album.json.content[photo.getID()].previousPhoto!=="") lychee.goto(album.getID() + "/" + album.json.content[photo.getID()].previousPhoto)
 				}, function() {
-					$("#imageview .arrow_wrapper.next").trigger('touchend');
+					if (album.json&&album.json.content[photo.getID()]&&album.json.content[photo.getID()].nextPhoto!=="") lychee.goto(album.getID() + "/" + album.json.content[photo.getID()].nextPhoto)
 				});
 			});
 	}

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