Merge branch 'config' into auto-refresh-notifications

This commit is contained in:
discomrade 2021-10-15 00:57:34 +00:00
commit 3112d6486b
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ $(document).ready(function(){
el.prepend('<span id="thread_stats_uids">0</span> UIDs |&nbsp;');
}
el.prepend('<span id="thread_stats_images">0</span> images |&nbsp;');
el.prepend('<span id="thread_stats_posts">0</span> replies |&nbsp;');
el.prepend('|&nbsp<span id="thread_stats_posts">0</span> replies |&nbsp;');
delete el;
function update_thread_stats(){
var op = $('#thread_'+ thread_id).find('div.post.op:not(.post-hover):not(.inline)').first();