mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 09:27:24 +01:00
Fix thread stats not appearing
This commit is contained in:
parent
e44a609aa9
commit
7fbb51bdd9
@ -14,9 +14,8 @@ $(document).ready(function(){
|
||||
var thread_id = (document.location.pathname + document.location.search).split('/');
|
||||
thread_id = thread_id[thread_id.length -1].split('+')[0].split('.')[0];
|
||||
|
||||
$('form[name="postcontrols"] > .delete')
|
||||
.first()
|
||||
.before('<div id="thread_stats"></div>');
|
||||
$('#thread-links')
|
||||
.after('<div id="thread_stats"></div>');
|
||||
var el = $('#thread_stats');
|
||||
el.prepend('Page <span id="thread_stats_page">?</span>');
|
||||
if (IDsupport){
|
||||
|
Loading…
x
Reference in New Issue
Block a user