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
|
||||
|
||||
* Compress JS with closure-compiler
|
||||
* Linking jQuery from Google CDN by default
|
||||
|
||||
v0.10
|
||||
2013.10.17
|
||||
|
@ -38,19 +38,14 @@ $css
|
||||
# UI stuffs, optional
|
||||
|
||||
# jQuery, required by pdf2htmlEX.js
|
||||
# By default
|
||||
# - 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
|
||||
# By default a local copy is embedded or linked to.
|
||||
#
|
||||
# You may embed the file (provided in pdf2htmlEX) into HTML:
|
||||
# @jquery-1.9.1.min.js
|
||||
#
|
||||
# Or you may remove "http:" to match the protocol of the published HTML:
|
||||
# You can also link to a static file from your server or a CDN such that
|
||||
# - the size of output HTML is reduced
|
||||
# - users can be benefited from the static URL (e.g. caching)
|
||||
# Example:
|
||||
# <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||
#
|
||||
"""
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||
"""
|
||||
@jquery-1.9.1.min.js
|
||||
|
||||
# entry point of pdf2htmlEX.Viewer
|
||||
# You can override default configuration by passing an object to the constructor of Viewer
|
||||
|
Loading…
Reference in New Issue
Block a user