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('/');
|
var thread_id = (document.location.pathname + document.location.search).split('/');
|
||||||
thread_id = thread_id[thread_id.length -1].split('+')[0].split('.')[0];
|
thread_id = thread_id[thread_id.length -1].split('+')[0].split('.')[0];
|
||||||
|
|
||||||
$('form[name="postcontrols"] > .delete')
|
$('#thread-links')
|
||||||
.first()
|
.after('<div id="thread_stats"></div>');
|
||||||
.before('<div id="thread_stats"></div>');
|
|
||||||
var el = $('#thread_stats');
|
var el = $('#thread_stats');
|
||||||
el.prepend('Page <span id="thread_stats_page">?</span>');
|
el.prepend('Page <span id="thread_stats_page">?</span>');
|
||||||
if (IDsupport){
|
if (IDsupport){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user