1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-02 16:25:41 +00:00

remove jquery in manifest

This commit is contained in:
Lu Wang 2013-11-06 04:16:30 +08:00
parent e129824fbb
commit 21018f6606

View File

@ -37,16 +37,6 @@ $css
#############
# UI stuffs, optional
# jQuery, required by pdf2htmlEX.js
# By default a local copy is embedded or linked to.
#
# 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>
@jquery-1.9.1.min.js
# compatibility.min.js, extracted from PDF.js
# To support old browsers like IE9
@compatibility.min.js