Browse Source

Remove missing references to download

master
Guilherme Capanema de Barros 5 years ago
parent
commit
8d05a71d9d
1 changed files with 0 additions and 7 deletions
  1. +0
    -7
      pdfjs/web/viewer.js

+ 0
- 7
pdfjs/web/viewer.js View File

@ -10975,10 +10975,6 @@ class SecondaryToolbar {
element: options.printButton, element: options.printButton,
eventName: "print", eventName: "print",
close: true close: true
}, {
element: options.downloadButton,
eventName: "download",
close: true
}, { }, {
element: options.viewBookmarkButton, element: options.viewBookmarkButton,
eventName: null, eventName: null,
@ -11421,9 +11417,6 @@ class Toolbar {
}, { }, {
element: options.presentationModeButton, element: options.presentationModeButton,
eventName: "presentationmode" eventName: "presentationmode"
}, {
element: options.download,
eventName: "download"
}, { }, {
element: options.viewBookmark, element: options.viewBookmark,
eventName: null eventName: null


Loading…
Cancel
Save