1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Merge remote-tracking branch 'upstream/master' into cmykjpgnorm

This commit is contained in:
Brendan Dahl 2011-11-09 09:50:57 -08:00
commit a0e1d0652c
4 changed files with 4 additions and 4 deletions

View file

@ -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) {