Fixed false if condition

pull/238/head
Tobias Reich 10 years ago
parent 436dcfef8c
commit 96527248e8

@ -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 one or more lines are too long
Loading…
Cancel
Save