From ae96122ea13e1434a29f1f7ec49483d765a56267 Mon Sep 17 00:00:00 2001 From: posativ Date: Sun, 21 Oct 2012 23:30:40 +0200 Subject: [PATCH] fix issues caused by @moschlar --- isso/static/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isso/static/post.html b/isso/static/post.html index 6a967da..b444288 100644 --- a/isso/static/post.html +++ b/isso/static/post.html @@ -127,7 +127,7 @@ $('#isso_' + post['parent']).append(''); } - $(post['parent'] ? '#isso_' + post['parent'] + ' ul' : '#isso_thread ul').append( + $(post['parent'] ? '#isso_' + post['parent'] + ' > ul:last-child' : '#isso_thread > ul').append( '
' + '
' + author + '' + '
' + post['text'] +