num(local) used instead of pageNum(global) in prevnext.html for enhancement of logic

This commit is contained in:
Soumya Himanish Mohapatra 2018-01-02 08:55:03 +05:30
parent 5bf4fb979e
commit a9fd1e7392

View File

@ -82,7 +82,7 @@
});
// Update page counters
document.getElementById('page_num').textContent = pageNum;
document.getElementById('page_num').textContent = num;
}
/**