forked from leftypol/leftypol
Lewdposter's proposed fixes
This commit is contained in:
parent
8fe2499e58
commit
704ba15ced
3 changed files with 9 additions and 2 deletions
|
@ -14,7 +14,7 @@ $(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];
|
||||
|
||||
$('.clear').after('<div id="thread_stats"></div>');
|
||||
$('.clear').before('<div id="thread_stats"></div>');
|
||||
|
||||
var el = $('#thread_stats');
|
||||
el.prepend('Page <span id="thread_stats_page">?</span>');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue