Don't show excerpts of filtered replies in catalog.

This commit is contained in:
ccd0 2016-10-03 02:26:33 -07:00
parent c370ca0ddd
commit 3c96afc0b6

View File

@ -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