remove old reply highlighting

This commit is contained in:
Mystikfluu
2022-06-24 22:15:11 +02:00
parent acad8694c6
commit 59f40b2983
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ function filterPost(text) {
text = htmlesc(text)
text = newlineify(text)
text = urlify(text)
text = filterReplies(text)
//text = filterReplies(text)
text = filterMentions(text)
text = crossout(text)
text = boldify(text)