Browse Source

Fixes PDF application switch in Firefox.

Yury Delendik 12 years ago
parent
commit
6e975d431b
  1. 1
      extensions/firefox/content/PdfJs.jsm

1
extensions/firefox/content/PdfJs.jsm

@ -192,6 +192,7 @@ let PdfJs = { @@ -192,6 +192,7 @@ let PdfJs = {
var handlerInfo = Svc.mime.
getFromTypeAndExtension('application/pdf', 'pdf');
return handlerInfo.alwaysAskBeforeHandling == false &&
handlerInfo.plugin == null &&
handlerInfo.preferredAction == Ci.nsIHandlerInfo.handleInternally;
},

Loading…
Cancel
Save