change back to local jquery

This commit is contained in:
Lu Wang 2013-10-21 20:46:46 +08:00
parent 671ab96a58
commit 51920a534c
2 changed files with 6 additions and 12 deletions

View File

@ -1,7 +1,6 @@
Developing v0.11
* Compress JS with closure-compiler
* Linking jQuery from Google CDN by default
v0.10
2013.10.17

View File

@ -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