From 51920a534cc1fe6bad257961d78d1f4d1dc6e496 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Mon, 21 Oct 2013 20:46:46 +0800 Subject: [PATCH] change back to local jquery --- ChangeLog | 1 - share/manifest | 17 ++++++----------- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index befaddc..a9cd564 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,6 @@ Developing v0.11 * Compress JS with closure-compiler -* Linking jQuery from Google CDN by default v0.10 2013.10.17 diff --git a/share/manifest b/share/manifest index cacf4b2..c54f9c7 100644 --- a/share/manifest +++ b/share/manifest @@ -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: # -# -""" - -""" +@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