Don't show excerpts of filtered replies in catalog.
This commit is contained in:
parent
c370ca0ddd
commit
3c96afc0b6
@ -725,6 +725,7 @@ Index =
|
|||||||
|
|
||||||
replies = []
|
replies = []
|
||||||
for data in lastReplies
|
for data in lastReplies
|
||||||
|
continue if Filter.isHidden(Build.parseJSON data, g.BOARD.ID)
|
||||||
reply = Build.catalogReply thread, data
|
reply = Build.catalogReply thread, data
|
||||||
RelativeDates.update $('time', reply)
|
RelativeDates.update $('time', reply)
|
||||||
$.on $('.catalog-reply-preview', reply), 'mouseover', QuotePreview.mouseover
|
$.on $('.catalog-reply-preview', reply), 'mouseover', QuotePreview.mouseover
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user