Fix DOM location of hovered images.

This commit is contained in:
ccd0 2014-11-28 14:11:05 -08:00
parent 34444d6b4f
commit 4ab6b85d56

View File

@ -34,7 +34,7 @@ ImageHover =
ImageCommon.rewind el
ImageCommon.rewind @
el.id = 'ihover'
$.after Header.hover, el
$.add Header.hover, el
if isVideo
el.loop = true
el.controls = false