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