thread-stats.js: code typo :^)
This commit is contained in:
@@ -12,7 +12,7 @@ $(document).ready(function(){
|
|||||||
//check if page uses unique ID
|
//check if page uses unique ID
|
||||||
var IDsupport = ($('.poster_id').length > 0);
|
var IDsupport = ($('.poster_id').length > 0);
|
||||||
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];
|
||||||
|
|
||||||
$('.boardlist.bottom, footer')
|
$('.boardlist.bottom, footer')
|
||||||
.first()
|
.first()
|
||||||
|
|||||||
Reference in New Issue
Block a user