mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Tiny issue with tabs/spaces in viewer.html
This commit is contained in:
parent
14eae7cb9f
commit
6ba38daf56
1 changed files with 4 additions and 4 deletions
|
@ -33,7 +33,7 @@
|
|||
<script type="text/javascript" src="viewer.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<div id="controls">
|
||||
<button id="previous" onclick="PDFView.page--;" oncontextmenu="return false;">
|
||||
|
@ -122,8 +122,8 @@
|
|||
|
||||
<div id="sidebar" class="released">
|
||||
<div id="sidebarBox">
|
||||
<div id="pinIcon" class="released" onClick="PDFView.pinSidebar()"></div>
|
||||
<div id="sidebarScrollView">
|
||||
<div id="pinIcon" class="released" onClick="PDFView.pinSidebar()"></div>
|
||||
<div id="sidebarScrollView">
|
||||
<div id="sidebarView"></div>
|
||||
</div>
|
||||
<div id="outlineScrollView" hidden='true'>
|
||||
|
@ -137,7 +137,7 @@
|
|||
<img src="images/nav-outline.svg" align="top" height="16" alt="Document Outline" />
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="loading">Loading... 0%</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue