Fixed false if condition
This commit is contained in:
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…
Reference in New Issue
Block a user