Browse Source

thread-stats.js: code typo :^)

pull/40/head
czaks 9 years ago
parent
commit
c4569b2ea5
  1. 2
      js/thread-stats.js

2
js/thread-stats.js

@ -12,7 +12,7 @@ $(document).ready(function(){
//check if page uses unique ID
var IDsupport = ($('.poster_id').length > 0);
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')
.first()

Loading…
Cancel
Save