Add back the browse button for the web viewer.
This commit is contained in:
parent
cf67d4567f
commit
68321ae671
@ -771,6 +771,7 @@ canvas {
|
||||
.fileInput {
|
||||
background: white;
|
||||
color: black;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#PDFBug {
|
||||
|
@ -74,7 +74,7 @@
|
||||
<span id="numPages" class="toolbarLabel"></span>
|
||||
</div>
|
||||
<div id="toolbarViewerRight">
|
||||
<input id="fileInput" class="toolbarButton fileInput" type="file" oncontextmenu="return false;" style="display: none"/>
|
||||
<input id="fileInput" class="fileInput" type="file" oncontextmenu="return false;"/>
|
||||
|
||||
<!-- <button id="print" class="toolbarButton print" title="Print" onclick="window.print()"></button> -->
|
||||
<button id="download" class="toolbarButton download" title="Download" onclick="PDFView.download();"></button>
|
||||
|
Loading…
Reference in New Issue
Block a user