Oops, video.load() actually sets the autoplaying flag to true.

This commit is contained in:
Mayhem 2014-04-09 14:40:55 +02:00
parent 9bb234ab5e
commit 5aa0c3f36d

View File

@ -124,7 +124,6 @@ ImageExpand =
ImageExpand.completeExpand post
return
file.load() # Don't wait for the browser to lazily preload.
complete = ->
$.off file, 'loadeddata', complete
ImageExpand.completeExpand post