From d31bbefbdc48ae866255ca6eda7cefeecfd44c67 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sun, 6 Mar 2016 18:32:03 +0100 Subject: [PATCH] Replaced lychee.goto('') with lychee.goto() --- src/scripts/photo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/photo.js b/src/scripts/photo.js index 34e4d1c..5c54fb9 100644 --- a/src/scripts/photo.js +++ b/src/scripts/photo.js @@ -39,7 +39,7 @@ photo.load = function(photoID, albumID) { if (data==='Warning: Photo private!') { lychee.content.show() - lychee.goto('') + lychee.goto() return false }