diff --git a/4chan_x.user.js b/4chan_x.user.js index 113888ce1..21227f49e 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2013,6 +2013,7 @@ $.bind(link, 'mouseover', quotePreview.mouseover); $.bind(link, 'mousemove', ui.hover); $.bind(link, 'mouseout', quotePreview.mouseout); + $.bind(link, 'mouseout', ui.hoverend); } if (quoteBacklink.qi) { $.bind(link, 'click', quoteInline.toggle); diff --git a/script.coffee b/script.coffee index b7190b6b6..c7c4a102a 100644 --- a/script.coffee +++ b/script.coffee @@ -1588,6 +1588,7 @@ quoteBacklink = $.bind link, 'mouseover', quotePreview.mouseover $.bind link, 'mousemove', ui.hover $.bind link, 'mouseout', quotePreview.mouseout + $.bind link, 'mouseout', ui.hoverend if quoteBacklink.qi $.bind link, 'click', quoteInline.toggle unless container = $ '.container', el