mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +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
|
||||
|
||||
//#if !(FIREFOX || MOZCENTRAL || CHROME)
|
||||
//#if !(FIREFOX || MOZCENTRAL || CHROME || B2G)
|
||||
var fileInput = document.createElement('input');
|
||||
fileInput.id = 'fileInput';
|
||||
fileInput.className = 'fileInput';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue