Revert "shave a line"

This reverts commit 02f7add5207598208f83a341306289d60a809687.
This commit is contained in:
James Campos 2011-05-30 23:01:47 -07:00
parent 2a4489c3b9
commit fd7d020f41

View File

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