mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
Prevent the open file button from appearing in the B2G viewer/preview
This commit is contained in:
parent
2beb446f9d
commit
3e8795f8b8
1 changed files with 1 additions and 1 deletions
|
@ -1567,7 +1567,7 @@ document.addEventListener('DOMContentLoaded', function webViewerLoad(evt) {
|
||||||
//}
|
//}
|
||||||
//#endif
|
//#endif
|
||||||
|
|
||||||
//#if !(FIREFOX || MOZCENTRAL || CHROME)
|
//#if !(FIREFOX || MOZCENTRAL || CHROME || B2G)
|
||||||
var fileInput = document.createElement('input');
|
var fileInput = document.createElement('input');
|
||||||
fileInput.id = 'fileInput';
|
fileInput.id = 'fileInput';
|
||||||
fileInput.className = 'fileInput';
|
fileInput.className = 'fileInput';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue