if a thread is unreplied, don't show the OP as the last person to reply

This commit is contained in:
psychobunny
2013-11-23 15:28:00 -05:00
parent 2d7228fa40
commit 46bad118de
3 changed files with 7 additions and 2 deletions

View File

@@ -305,7 +305,7 @@
template = setBlock(regex, block, template);
} else {
var conditional = makeConditionalRegex(namespace + d);
var conditionalBlock = conditional.exec(template);
if (conditionalBlock !== null) {