From fd7d020f410f03f60f51af96a1751c662eab43e5 Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 30 May 2011 23:01:47 -0700 Subject: [PATCH] Revert "shave a line" This reverts commit 02f7add5207598208f83a341306289d60a809687. --- script.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script.coffee b/script.coffee index 86cf78994..1f4c5ee71 100644 --- a/script.coffee +++ b/script.coffee @@ -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..]