Browse Source

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

Tobias Reich 8 years ago
parent
commit
d31bbefbdc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/scripts/photo.js

+ 1 - 1
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
 		}