diff --git a/js/interface_common.js b/js/interface_common.js
index 088ae08..e0e79cb 100644
--- a/js/interface_common.js
+++ b/js/interface_common.js
@@ -2495,6 +2495,7 @@ function postSubmit(e, oldLastPostId) {
formerPostElem.after($('
')); // FIXME replace with template as like as a reqRepAfterCB()'s similar thing
postToElem(ret, 'related').hide()
+ .addClass('new')
.appendTo(formerPostElem.next().children('.sub-replies'))
.slideDown('fast')
;