shave a line
This commit is contained in:
parent
3f9affd5fc
commit
bd5afd22d5
@ -1888,10 +1888,9 @@
|
|||||||
},
|
},
|
||||||
mouseout: function() {
|
mouseout: function() {
|
||||||
var el;
|
var el;
|
||||||
if (!(el = d.getElementById(this.hash.slice(1)))) {
|
if (el = d.getElementById(this.hash.slice(1))) {
|
||||||
return;
|
return $.removeClass(el, 'qphl');
|
||||||
}
|
}
|
||||||
return $.removeClass(el, 'qphl');
|
|
||||||
},
|
},
|
||||||
mouseover: function(e) {
|
mouseover: function(e) {
|
||||||
var el, id, qp, quote, replyID, threadID, _i, _len, _ref;
|
var el, id, qp, quote, replyID, threadID, _i, _len, _ref;
|
||||||
|
|||||||
@ -1485,8 +1485,7 @@ quotePreview =
|
|||||||
$.bind quote, 'mouseout', ui.hoverend
|
$.bind quote, 'mouseout', ui.hoverend
|
||||||
$.bind quote, 'mouseout', quotePreview.mouseout
|
$.bind quote, 'mouseout', quotePreview.mouseout
|
||||||
mouseout: ->
|
mouseout: ->
|
||||||
return unless el = d.getElementById @hash[1..]
|
$.removeClass el, 'qphl' if el = d.getElementById @hash[1..]
|
||||||
$.removeClass el, 'qphl'
|
|
||||||
mouseover: (e) ->
|
mouseover: (e) ->
|
||||||
id = @hash[1..]
|
id = @hash[1..]
|
||||||
qp = $ '#qp'
|
qp = $ '#qp'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user