hide print button
This commit is contained in:
parent
d40f66978a
commit
5ce7a597d3
1 changed files with 1 additions and 0 deletions
|
@ -2721,6 +2721,7 @@ document.addEventListener('DOMContentLoaded', function webViewerLoad(evt) {
|
|||
//hide unused elements
|
||||
document.getElementById('openFile').setAttribute('hidden', 'true');
|
||||
document.getElementById('viewBookmark').setAttribute('hidden', 'true');
|
||||
document.getElementById('print').setAttribute('hidden', 'true');
|
||||
|
||||
if (!window.File || !window.FileReader || !window.FileList || !window.Blob) {
|
||||
document.getElementById('openFile').setAttribute('hidden', 'true');
|
||||
|
|
Loading…
Reference in a new issue