From 5f8ff206cf986be6b7b6de18acf3bc343dd2ffeb Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 26 Jan 2018 22:33:09 -0800 Subject: [PATCH] Show video contract button unconditionally for now due to changes in Firefox. --- src/Images/ImageExpand.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Images/ImageExpand.coffee b/src/Images/ImageExpand.coffee index 97650cf8f..ad73e4332 100644 --- a/src/Images/ImageExpand.coffee +++ b/src/Images/ImageExpand.coffee @@ -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