From e07ca00ff4fc39c7a3ff83dbfdf4dfc7b5be167c Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 27 Jul 2014 14:35:29 -0700 Subject: [PATCH] this got lost somehow --- src/Images/ImageExpand.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Images/ImageExpand.coffee b/src/Images/ImageExpand.coffee index 296ff9cd3..9215efd7f 100755 --- a/src/Images/ImageExpand.coffee +++ b/src/Images/ImageExpand.coffee @@ -121,6 +121,8 @@ ImageExpand = $.rmClass post.nodes.root, 'expanded-image' $.rmClass file.thumb, 'expanding' $.rm file.videoControls if file.videoControls + file.thumb.parentNode.href = file.URL + file.thumb.parentNode.target = '_blank' for x in ['isExpanding', 'isExpanded', 'videoControls', 'wasPlaying', 'scrollIntoView'] delete file[x]