Revert "shave a line"
This reverts commit 02f7add5207598208f83a341306289d60a809687.
This commit is contained in:
parent
2a4489c3b9
commit
fd7d020f41
@ -1491,7 +1491,8 @@ quotePreview =
|
||||
mouseout: (e) ->
|
||||
id = @hash[1..]
|
||||
@.removeAttribute 'href'
|
||||
$.removeClass el, 'qphl' if el = d.getElementById id
|
||||
if el = d.getElementById id
|
||||
$.removeClass el, 'qphl'
|
||||
mouseover: (e) ->
|
||||
@href = @dataset.href
|
||||
id = @hash[1..]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user