This commit is contained in:
Nicolas Stepien 2011-08-26 09:20:24 +02:00
parent 06c36702b3
commit de9612a7f2
2 changed files with 2 additions and 2 deletions

View File

@ -2309,7 +2309,7 @@
$.cache(this.pathname, (function() { $.cache(this.pathname, (function() {
return quotePreview.parse(this, id, threadID); return quotePreview.parse(this, id, threadID);
})); }));
return ui.hover(); return ui.hover(e);
} }
}, },
mouseout: function() { mouseout: function() {

View File

@ -1811,7 +1811,7 @@ quotePreview =
qp.innerHTML = "Loading #{id}..." qp.innerHTML = "Loading #{id}..."
threadID = @pathname.split('/').pop() or $.x('ancestor::div[@class="thread"]/div', @).id threadID = @pathname.split('/').pop() or $.x('ancestor::div[@class="thread"]/div', @).id
$.cache @pathname, (-> quotePreview.parse @, id, threadID) $.cache @pathname, (-> quotePreview.parse @, id, threadID)
ui.hover() ui.hover e
mouseout: -> mouseout: ->
$.removeClass el, 'qphl' if el = $.id @hash[1..] $.removeClass el, 'qphl' if el = $.id @hash[1..]
ui.hoverend() ui.hoverend()