1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 08:38:39 +00:00
This commit is contained in:
Lu Wang 2013-10-19 17:03:16 +08:00
parent 289bedeb8b
commit f0f5bc3aef
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab filetype=javascript : */ /* 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 * Copyright 2012,2013 Lu Wang <coolwanglu@gmail.com> and other contributors
*/ */

View File

@ -36,11 +36,12 @@ $css
############# #############
# UI stuffs, optional # UI stuffs, optional
# It'll be better to include a static jquery.js on your server
@jquery.js @jquery.js
@pdf2htmlEX.js @pdf2htmlEX.js
# entry point # entry point
# You can override default configuration by passing an object to the constructor of Viewer # 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"> <script type="text/javascript">
try{ try{