1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-02 16:25:41 +00:00

Merge pull request #153 from ChrisCinelli/master

Assign the Viewer to a variable so it can be used
This commit is contained in:
Lu Wang 2013-05-22 23:06:31 -07:00
commit c815f304f3
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
Chris Cinelli <chris@allestelle.com>
Deepak <iapain@gmail.com>
filodej <philode@gmail.com>
hasufell <julian.ospald@googlemail.com>

View File

@ -35,7 +35,7 @@ $css
# entry point of pdf2htmlEX
"""
<script type="text/javascript">
new pdf2htmlEX.Viewer({
pdf2htmlEX.defaultViewer = new pdf2htmlEX.Viewer({
container_id : 'page-container',
sidebar_id : 'sidebar',
outline_id : 'outline',