Prevent the open file button from appearing in the B2G viewer/preview

This commit is contained in:
Tim van der Meij 2014-01-14 00:09:54 +01:00
parent 2beb446f9d
commit 3e8795f8b8

View File

@ -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';