Merge pull request #9331 from himanish-star/replace-num-pageNum
local num used instead of global pageNum (#9328)
This commit is contained in:
commit
25c7a8c215
@ -82,7 +82,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Update page counters
|
// Update page counters
|
||||||
document.getElementById('page_num').textContent = pageNum;
|
document.getElementById('page_num').textContent = num;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user