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

Merge fix: don't open the file if passive mode is selected

This commit is contained in:
Yury Delendik 2012-08-15 10:28:26 -05:00
parent 9cc5fc4e38
commit 68c298a409

View file

@ -1890,6 +1890,7 @@ document.addEventListener('DOMContentLoaded', function webViewerLoad(evt) {
//if (FirefoxCom.requestSync('getLoadingType') == 'passive') {
// PDFView.setTitleUsingUrl(file);
// PDFView.initPassiveLoading();
// return;
//}
//#endif