mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
change back to local jquery
This commit is contained in:
parent
671ab96a58
commit
51920a534c
@ -1,7 +1,6 @@
|
|||||||
Developing v0.11
|
Developing v0.11
|
||||||
|
|
||||||
* Compress JS with closure-compiler
|
* Compress JS with closure-compiler
|
||||||
* Linking jQuery from Google CDN by default
|
|
||||||
|
|
||||||
v0.10
|
v0.10
|
||||||
2013.10.17
|
2013.10.17
|
||||||
|
@ -38,19 +38,14 @@ $css
|
|||||||
# UI stuffs, optional
|
# UI stuffs, optional
|
||||||
|
|
||||||
# jQuery, required by pdf2htmlEX.js
|
# jQuery, required by pdf2htmlEX.js
|
||||||
# By default
|
# By default a local copy is embedded or linked to.
|
||||||
# - the file from Google CDN is included, in order to reduce the size of output HTML
|
|
||||||
# - HTTP is always used in case the file is accessed locally
|
|
||||||
#
|
#
|
||||||
# You may embed the file (provided in pdf2htmlEX) into HTML:
|
# You can also link to a static file from your server or a CDN such that
|
||||||
# @jquery-1.9.1.min.js
|
# - the size of output HTML is reduced
|
||||||
#
|
# - users can be benefited from the static URL (e.g. caching)
|
||||||
# Or you may remove "http:" to match the protocol of the published HTML:
|
# Example:
|
||||||
# <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
# <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||||
#
|
@jquery-1.9.1.min.js
|
||||||
"""
|
|
||||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
|
||||||
"""
|
|
||||||
|
|
||||||
# entry point of pdf2htmlEX.Viewer
|
# entry point of pdf2htmlEX.Viewer
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user