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

pull/484/head
Tobias Reich 8 years ago
parent 45f8ff053e
commit d31bbefbdc

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

Loading…
Cancel
Save