shave a line

This commit is contained in:
James Campos 2011-05-29 15:57:18 -07:00
parent 268c5f592b
commit 02f7add520

View File

@ -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..]