Show video contract button unconditionally for now due to changes in Firefox.

This commit is contained in:
ccd0 2018-01-26 22:33:09 -08:00
parent 815a07f8e4
commit 5f8ff206cf

View File

@ -182,7 +182,7 @@ ImageExpand =
if isVideo
# add contract link to file info
if Conf['Show Controls'] and Conf['Click Passthrough'] and !file.videoControls
if !file.videoControls
file.videoControls = ImageExpand.videoControls.cloneNode true
$.add file.text, file.videoControls