From f7befc71e6d68b9e1c0d1f9dc8822a79281b23c3 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 10 May 2011 18:47:38 +0200 Subject: [PATCH] I wish I was more thoughtful sometimes. --- 4chan_x.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.js b/4chan_x.js index 23de2d22b..4ee5be823 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1705,7 +1705,7 @@ $.bind(link, 'mousemove', ui.hover); $.bind(link, 'mouseout', ui.hoverend); } - _results.push($.before($('.op > blockquote, td > br, td > blockquote', el), link)); + _results.push($.before($('td > br, blockquote', el), link)); } return _results; } diff --git a/script.coffee b/script.coffee index f9881ebf0..dfce779d0 100644 --- a/script.coffee +++ b/script.coffee @@ -1366,7 +1366,7 @@ quoteBacklink = $.bind link, 'mouseover', quotePreview.mouseover $.bind link, 'mousemove', ui.hover $.bind link, 'mouseout', ui.hoverend - $.before $('.op > blockquote, td > br, td > blockquote', el), link + $.before $('td > br, blockquote', el), link quotePreview = init: ->