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