1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Added fake button and view to b2g viewer

This commit is contained in:
Samuel Chantaraud 2014-04-18 12:26:08 -04:00
parent 25ee0e8572
commit 5bb937c5d7

View file

@ -89,10 +89,12 @@ limitations under the License.
<div id="toolbarSidebar">
<button id="viewThumbnail"></button>
<button id="viewOutline"></button>
<button id="viewAttachments"></button>
</div>
<div id="sidebarContent">
<div id="thumbnailView"></div>
<div id="outlineView"></div>
<div id="attachmentsView"></div>
</div>
</div> <!-- sidebarContainer -->