removed all old elements; file input & dl work
This commit is contained in:
parent
68bab04582
commit
195efa404d
3 changed files with 11 additions and 124 deletions
|
@ -1240,8 +1240,6 @@ window.addEventListener('load', function webViewerLoad(evt) {
|
|||
if (PDFJS.isFirefoxExtension || !window.File || !window.FileReader ||
|
||||
!window.FileList || !window.Blob) {
|
||||
document.getElementById('fileInput').setAttribute('hidden', 'true');
|
||||
document.getElementById('fileInputSeperator')
|
||||
.setAttribute('hidden', 'true');
|
||||
} else {
|
||||
document.getElementById('fileInput').value = null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue