remove bug link
This commit is contained in:
parent
aa182036f6
commit
bd693030fb
@ -1854,8 +1854,7 @@ imageHover =
|
|||||||
$.bind thumb, 'mouseout', ui.hoverend
|
$.bind thumb, 'mouseout', ui.hoverend
|
||||||
mouseover: (e) ->
|
mouseover: (e) ->
|
||||||
###
|
###
|
||||||
http://code.google.com/p/chromium/issues/detail?id=36142
|
`img.src = null` doesn't actually null the previous image on chrom.
|
||||||
img.src = null doesn't work on Chrome, use it anyway for other browsers
|
|
||||||
###
|
###
|
||||||
imageHover.img.src = null
|
imageHover.img.src = null
|
||||||
imageHover.img.src = @parentNode.href
|
imageHover.img.src = @parentNode.href
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user