forked from GithubBackups/vichan
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;
|
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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user