Bugfix
This commit is contained in:
parent
9fbd2e183b
commit
086131c222
File diff suppressed because one or more lines are too long
@ -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)
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user