1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-20 20:51:50 +01:00

Make it a little neater

This commit is contained in:
topkek 2014-10-24 06:07:12 +01:00
parent 35bd643561
commit 2b318b6528

View File

@ -158,7 +158,7 @@ $(document).ready(function(){
first_new_post = this;
makeIcon();
}
$('<br class="clear">').appendTo($('div.thread')).after(this);
$('div.thread').append($('<br class="clear">')).after(this);
new_posts++;
loaded_posts++;
$(document).trigger('new_post', this);