From aa182036f61952d03fbea31e6af2b4ddc5e0d2f3 Mon Sep 17 00:00:00 2001 From: James Campos Date: Wed, 20 Jul 2011 13:27:15 -0700 Subject: [PATCH] better comment --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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