mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
Added find match counter
This commit is contained in:
parent
c27d3125bf
commit
17fe0b1470
5 changed files with 45 additions and 1 deletions
|
@ -167,6 +167,7 @@ var PDFViewerApplication = {
|
|||
highlightAllCheckbox: document.getElementById('findHighlightAll'),
|
||||
caseSensitiveCheckbox: document.getElementById('findMatchCase'),
|
||||
findMsg: document.getElementById('findMsg'),
|
||||
findResultsCount: document.getElementById('findResultsCount'),
|
||||
findStatusIcon: document.getElementById('findStatusIcon'),
|
||||
findPreviousButton: document.getElementById('findPrevious'),
|
||||
findNextButton: document.getElementById('findNext'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue