mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge branch 'refs/heads/master' into text-select
Conflicts: src/fonts.js
This commit is contained in:
commit
5c261b46cc
10 changed files with 781 additions and 547 deletions
|
@ -139,7 +139,7 @@ var PDFView = {
|
|||
},
|
||||
|
||||
download: function pdfViewDownload() {
|
||||
window.open(this.url + '?pdfjs.action=download', '_parent');
|
||||
window.open(this.url + '#pdfjs.action=download', '_parent');
|
||||
},
|
||||
|
||||
navigateTo: function pdfViewNavigateTo(dest) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue