Replaced lychee.goto('') with lychee.goto()

This commit is contained in:
Tobias Reich 2016-03-06 18:32:03 +01:00
parent 45f8ff053e
commit d31bbefbdc

View File

@ -39,7 +39,7 @@ photo.load = function(photoID, albumID) {
if (data==='Warning: Photo private!') { if (data==='Warning: Photo private!') {
lychee.content.show() lychee.content.show()
lychee.goto('') lychee.goto()
return false return false
} }