From da647236c0bddc46a363ec7216567bac6a64b423 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 21 May 2011 23:36:47 -0700 Subject: [PATCH] ui.hover e doesn't work --- 4chan_x.js | 6 ++---- script.coffee | 2 -- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/4chan_x.js b/4chan_x.js index b66614f36..f793bf5b0 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1869,8 +1869,7 @@ } ui.el = qp; ui.winHeight = d.body.clientHeight; - $.show(qp); - return ui.hover(e); + return $.show(qp); }, parse: function(req, id, threadID) { var body, html, op, qp, reply, _i, _len, _ref; @@ -2126,8 +2125,7 @@ el.src = this.parentNode.href; ui.el = el; ui.winHeight = d.body.clientHeight; - $.show(el); - return ui.hover(e); + return $.show(el); } } }; diff --git a/script.coffee b/script.coffee index f2bf0d7b8..cdd3a6739 100644 --- a/script.coffee +++ b/script.coffee @@ -1483,7 +1483,6 @@ quotePreview = ui.el = qp ui.winHeight = d.body.clientHeight $.show qp - ui.hover e parse: (req, id, threadID) -> qp = $ '#qp' return unless qp.innerHTML is "Loading #{id}..." @@ -1645,7 +1644,6 @@ imageHover = ui.el = el ui.winHeight = d.body.clientHeight $.show el - ui.hover e imgPreloading = init: ->