Code adjustments

This commit is contained in:
Tobias Reich 2015-09-20 21:25:12 +02:00
parent 6464d6bcc6
commit 70eed8b107

View File

@ -56,7 +56,7 @@ photo.load = function(photoID, albumID) {
setTimeout(() => {
lychee.content.show()
photo.preloadNext(photoID);
photo.preloadNext(photoID)
}, 300)
})