diff --git a/4chan_x.user.js b/4chan_x.user.js index 6068010db..7f6d9820f 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2460,8 +2460,8 @@ }, mouseover: function(e) { /* - img.src = null doesn't work on Chrome http://code.google.com/p/chromium/issues/detail?id=36142 + img.src = null doesn't work on Chrome, use it anyway for other browsers */ imageHover.img.src = null; imageHover.img.src = this.parentNode.href; return ui.el = imageHover.img; diff --git a/script.coffee b/script.coffee index 3d271b86c..92d3b0f3c 100644 --- a/script.coffee +++ b/script.coffee @@ -1854,8 +1854,8 @@ imageHover = $.bind thumb, 'mouseout', ui.hoverend mouseover: (e) -> ### - img.src = null doesn't work on Chrome http://code.google.com/p/chromium/issues/detail?id=36142 + img.src = null doesn't work on Chrome, use it anyway for other browsers ### imageHover.img.src = null imageHover.img.src = @parentNode.href