Merge pull request #4121 from timvandermeij/open-button-b2g

Prevent the open file button from appearing in the B2G viewer/preview
This commit is contained in:
Yury Delendik 2014-01-13 15:23:13 -08:00
commit dabafb8444

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