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