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:
parent
5bf4fb979e
commit
a9fd1e7392
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
});
|
||||
|
||||
// Update page counters
|
||||
document.getElementById('page_num').textContent = pageNum;
|
||||
document.getElementById('page_num').textContent = num;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue