mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +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:
commit
c815f304f3
1
AUTHORS
1
AUTHORS
@ -1,3 +1,4 @@
|
|||||||
|
Chris Cinelli <chris@allestelle.com>
|
||||||
Deepak <iapain@gmail.com>
|
Deepak <iapain@gmail.com>
|
||||||
filodej <philode@gmail.com>
|
filodej <philode@gmail.com>
|
||||||
hasufell <julian.ospald@googlemail.com>
|
hasufell <julian.ospald@googlemail.com>
|
||||||
|
@ -35,7 +35,7 @@ $css
|
|||||||
# entry point of pdf2htmlEX
|
# entry point of pdf2htmlEX
|
||||||
"""
|
"""
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
new pdf2htmlEX.Viewer({
|
pdf2htmlEX.defaultViewer = new pdf2htmlEX.Viewer({
|
||||||
container_id : 'page-container',
|
container_id : 'page-container',
|
||||||
sidebar_id : 'sidebar',
|
sidebar_id : 'sidebar',
|
||||||
outline_id : 'outline',
|
outline_id : 'outline',
|
||||||
|
Loading…
Reference in New Issue
Block a user