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:
parent
35bd643561
commit
2b318b6528
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user