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; first_new_post = this;
makeIcon(); makeIcon();
} }
$('<br class="clear">').appendTo($('div.thread')).after(this); $('div.thread').append($('<br class="clear">')).after(this);
new_posts++; new_posts++;
loaded_posts++; loaded_posts++;
$(document).trigger('new_post', this); $(document).trigger('new_post', this);