1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

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;
}
/**