fixes to cleanup
This commit is contained in:
parent
b0941f4ae4
commit
e49f324465
@ -163,11 +163,10 @@ ImageExpand =
|
|||||||
click: (e) ->
|
click: (e) ->
|
||||||
if @paused and not @controls
|
if @paused and not @controls
|
||||||
@play()
|
@play()
|
||||||
e.preventDefault()
|
e.stopPropagation()
|
||||||
|
|
||||||
setupVideoControls: (post) ->
|
setupVideoControls: (post) ->
|
||||||
{file} = post
|
{file} = post
|
||||||
{thumb} = file
|
|
||||||
video = file.fullImage
|
video = file.fullImage
|
||||||
|
|
||||||
# disable link to file so native controls can work
|
# disable link to file so native controls can work
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user