prefetch bugfix
This commit is contained in:
parent
ca6b670fad
commit
4bf6f9a4fc
@ -44,5 +44,5 @@ ImageLoader =
|
||||
toggle: ->
|
||||
enabled = Conf['prefetch'] = @checked
|
||||
if enabled
|
||||
ImageLoader.thread.posts.forEach ImageLoader.node.call
|
||||
ImageLoader.thread.posts.forEach (post) -> ImageLoader.node.call post
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user