From de9612a7f216fa6d3a1b4ac24fab41cc611805fd Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Fri, 26 Aug 2011 09:20:24 +0200 Subject: [PATCH] Derp. fix #214 --- 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 0ace320ae..d39bc1791 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2309,7 +2309,7 @@ $.cache(this.pathname, (function() { return quotePreview.parse(this, id, threadID); })); - return ui.hover(); + return ui.hover(e); } }, mouseout: function() { diff --git a/script.coffee b/script.coffee index 8a13e52e8..7be9df610 100644 --- a/script.coffee +++ b/script.coffee @@ -1811,7 +1811,7 @@ quotePreview = qp.innerHTML = "Loading #{id}..." threadID = @pathname.split('/').pop() or $.x('ancestor::div[@class="thread"]/div', @).id $.cache @pathname, (-> quotePreview.parse @, id, threadID) - ui.hover() + ui.hover e mouseout: -> $.removeClass el, 'qphl' if el = $.id @hash[1..] ui.hoverend()