mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 18:25:37 +02:00
Fix regression that disabled the "Open With Different Viewer" button on the fallback bar
This commit is contained in:
parent
ab4f27b272
commit
181e06f30a
2 changed files with 11 additions and 6 deletions
|
@ -377,7 +377,10 @@ ChromeActions.prototype = {
|
|||
break;
|
||||
}
|
||||
},
|
||||
fallback: function(featureId, url, sendResponse) {
|
||||
fallback: function(args, sendResponse) {
|
||||
var featureId = args.featureId;
|
||||
var url = args.url;
|
||||
|
||||
var self = this;
|
||||
var domWindow = this.domWindow;
|
||||
var strings = getLocalizedStrings('chrome.properties');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue