mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
..
This commit is contained in:
parent
289bedeb8b
commit
f0f5bc3aef
@ -1,6 +1,6 @@
|
||||
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab filetype=javascript : */
|
||||
/*
|
||||
* pdf2htmlEX.js : a simple UI for pdf2htmlEX
|
||||
* viewer.js : a simple UI for pdf2htmlEX
|
||||
*
|
||||
* Copyright 2012,2013 Lu Wang <coolwanglu@gmail.com> and other contributors
|
||||
*/
|
||||
|
@ -36,11 +36,12 @@ $css
|
||||
|
||||
#############
|
||||
# UI stuffs, optional
|
||||
# It'll be better to include a static jquery.js on your server
|
||||
@jquery.js
|
||||
@pdf2htmlEX.js
|
||||
# entry point
|
||||
# You can override default configuration by passing an object to the constructor of Viewer
|
||||
# Refer to DEFAULT_CONFIG in pdf2htmlEX.js for possible keys
|
||||
# Refer to DEFAULT_CONFIG in viewer.js for possible keys
|
||||
"""
|
||||
<script type="text/javascript">
|
||||
try{
|
||||
|
Loading…
Reference in New Issue
Block a user