Merge branch 'master' of git://github.com/mozilla/pdf.js.git into forms-1
This commit is contained in:
commit
1c18d054d5
28 changed files with 557 additions and 371 deletions
|
@ -140,7 +140,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