Fix #214
This commit is contained in:
parent
026903528a
commit
450dfe5daa
@ -2284,9 +2284,10 @@
|
|||||||
} else {
|
} else {
|
||||||
qp.innerHTML = "Loading " + id + "...";
|
qp.innerHTML = "Loading " + id + "...";
|
||||||
threadID = this.pathname.split('/').pop() || $.x('ancestor::div[@class="thread"]/div', this).id;
|
threadID = this.pathname.split('/').pop() || $.x('ancestor::div[@class="thread"]/div', this).id;
|
||||||
return $.cache(this.pathname, (function() {
|
$.cache(this.pathname, (function() {
|
||||||
return quotePreview.parse(this, id, threadID);
|
return quotePreview.parse(this, id, threadID);
|
||||||
}));
|
}));
|
||||||
|
return ui.hover();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mouseout: function() {
|
mouseout: function() {
|
||||||
|
|||||||
@ -1790,6 +1790,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()
|
||||||
mouseout: ->
|
mouseout: ->
|
||||||
$.removeClass el, 'qphl' if el = $.id @hash[1..]
|
$.removeClass el, 'qphl' if el = $.id @hash[1..]
|
||||||
ui.hoverend()
|
ui.hoverend()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user