Browse Source

Fixed false if condition

Tobias Reich 9 years ago
parent
commit
96527248e8
2 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/js/photo.js
  2. 0 0
      assets/min/main.js

+ 1 - 1
assets/js/photo.js

@@ -61,7 +61,7 @@ photo = {
 
 		// Never preload on mobile devices with bare RAM and
 		// mostly mobile internet
-		if (!mobileBrowser()) return false;
+		if (mobileBrowser()) return false;
 
 		if (album.json &&
 		   album.json.content &&

File diff suppressed because it is too large
+ 0 - 0
assets/min/main.js


Some files were not shown because too many files changed in this diff