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 =