shave a line
This commit is contained in:
parent
50e4c61bb7
commit
8e86e16cd4
@ -2143,12 +2143,11 @@
|
|||||||
},
|
},
|
||||||
mouseover: function(e) {
|
mouseover: function(e) {
|
||||||
var el, id, qp, quote, replyID, threadID, _i, _len, _ref, _results;
|
var el, id, qp, quote, replyID, threadID, _i, _len, _ref, _results;
|
||||||
qp = $.el('div', {
|
qp = ui.el = $.el('div', {
|
||||||
id: 'qp',
|
id: 'qp',
|
||||||
className: 'replyhl'
|
className: 'replyhl'
|
||||||
});
|
});
|
||||||
$.append(d.body, qp);
|
$.append(d.body, qp);
|
||||||
ui.el = qp;
|
|
||||||
id = this.hash.slice(1);
|
id = this.hash.slice(1);
|
||||||
if (el = d.getElementById(id)) {
|
if (el = d.getElementById(id)) {
|
||||||
qp.innerHTML = el.innerHTML;
|
qp.innerHTML = el.innerHTML;
|
||||||
|
|||||||
@ -1661,11 +1661,10 @@ quotePreview =
|
|||||||
$.bind quote, 'mousemove', ui.hover
|
$.bind quote, 'mousemove', ui.hover
|
||||||
$.bind quote, 'mouseout', quotePreview.mouseout
|
$.bind quote, 'mouseout', quotePreview.mouseout
|
||||||
mouseover: (e) ->
|
mouseover: (e) ->
|
||||||
qp = $.el 'div',
|
qp = ui.el = $.el 'div',
|
||||||
id: 'qp'
|
id: 'qp'
|
||||||
className: 'replyhl'
|
className: 'replyhl'
|
||||||
$.append d.body, qp
|
$.append d.body, qp
|
||||||
ui.el = qp
|
|
||||||
|
|
||||||
id = @hash[1..]
|
id = @hash[1..]
|
||||||
if el = d.getElementById id
|
if el = d.getElementById id
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user