mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-12 16:07:59 +00:00
add mark newly sent replies as .new
This commit is contained in:
parent
37fad362ee
commit
2d1d966203
@ -2495,6 +2495,7 @@ function postSubmit(e, oldLastPostId) {
|
||||
formerPostElem.after($('<li class="post-replies"><ol class="sub-replies"></ol></li>')); // 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')
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user