From 80d6821dcde784c1d9f0c956497470e7c087c16d Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 7 May 2011 19:52:16 -0700 Subject: [PATCH] herp --- 4chan_x.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.js b/4chan_x.js index eb7f46fdf..667d1cf6e 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1918,7 +1918,7 @@ mouseout: function(e) { var el; el = ui.el; - $.hide(img); + $.hide(el); return el.src = null; } } diff --git a/script.coffee b/script.coffee index 9cea8cc53..dfe8ed324 100644 --- a/script.coffee +++ b/script.coffee @@ -1491,7 +1491,7 @@ imageHover = ui.winWidth = d.body.clientWidth mouseout: (e) -> {el} = ui - $.hide img + $.hide el el.src = null imgPreloading =