Merge pull request #303 from towards-a-new-leftypol/thread-stats-1
Keep thread stats below new posts
This commit is contained in:
commit
9086e0ee93
|
@ -14,8 +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];
|
||||||
|
|
||||||
$('.clear')
|
$('.clear').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…
Reference in New Issue