1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-21 04:59:49 +01:00

Revert breaking change

This commit is contained in:
8chan 2014-11-01 16:00:48 -07:00
parent a25b5320ea
commit ff984694d4

View File

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