num(local) used instead of pageNum(global) in prevnext.html for enhancement of logic
This commit is contained in:
parent
5bf4fb979e
commit
a9fd1e7392
@ -82,7 +82,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Update page counters
|
// Update page counters
|
||||||
document.getElementById('page_num').textContent = pageNum;
|
document.getElementById('page_num').textContent = num;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user