forked from leftypol/leftypol
thread-stats.js: fix badly named variable #170
This commit is contained in:
parent
0fa25714d4
commit
98888f4e5f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ if (active_page == 'thread') {
|
|||
delete el;
|
||||
|
||||
function fetchPageNumber() {
|
||||
$.getJSON('//' + document.location.host + '/' + boardName + '/threads.json', function(data) {
|
||||
$.getJSON('//' + document.location.host + '/' + board_name + '/threads.json', function(data) {
|
||||
let found;
|
||||
let page = '???';
|
||||
let threadIdInt = parseInt(threadId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue