From fd57ddac206f2ec2b101037dc5a2af739e14325c Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 21 Sep 2016 04:29:56 -0700 Subject: [PATCH] Fix Quote Preview not working in catalog if post is inlined in index. --- src/Quotelinks/QuotePreview.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Quotelinks/QuotePreview.coffee b/src/Quotelinks/QuotePreview.coffee index a32898d11..3f38568b2 100644 --- a/src/Quotelinks/QuotePreview.coffee +++ b/src/Quotelinks/QuotePreview.coffee @@ -15,7 +15,7 @@ QuotePreview = return mouseover: (e) -> - return if $.hasClass(@, 'inlined') or !d.contains(@) + return if ($.hasClass(@, 'inlined') and not $.hasClass(doc, 'catalog-mode')) or not d.contains(@) {boardID, threadID, postID} = Get.postDataFromLink @