From 02f7add5207598208f83a341306289d60a809687 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sun, 29 May 2011 15:57:18 -0700 Subject: [PATCH] shave a line --- script.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script.coffee b/script.coffee index 1f4c5ee71..86cf78994 100644 --- a/script.coffee +++ b/script.coffee @@ -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..]