forgot to remove this in d533f0 (Allow WebM replacement in quote preview thumbnails.)

This commit is contained in:
ccd0 2014-09-07 13:44:09 -07:00
parent 65c827fcd4
commit 6b8e23d045

View File

@ -81,7 +81,7 @@ ImageLoader =
{isVideo, thumb} = file
if !post.isClone
# Replace the thumbnail in clones added before the file was loaded.
for clone in post.clones when !isVideo or !$.hasClass clone.nodes.root.parentNode, 'dialog'
for clone in post.clones
ImageLoader.replace clone, el.cloneNode true
if isVideo
$.on el, 'mouseover', ImageHover.mouseover if Conf['Image Hover']