From 3c96afc0b66ac8c831d656500d02b1b9332bda29 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 3 Oct 2016 02:26:33 -0700 Subject: [PATCH] Don't show excerpts of filtered replies in catalog. --- src/General/Index.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/General/Index.coffee b/src/General/Index.coffee index 773b76981..9622e3374 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -725,6 +725,7 @@ Index = replies = [] for data in lastReplies + continue if Filter.isHidden(Build.parseJSON data, g.BOARD.ID) reply = Build.catalogReply thread, data RelativeDates.update $('time', reply) $.on $('.catalog-reply-preview', reply), 'mouseover', QuotePreview.mouseover