From 25a4a41b23b627aca2760bdb21dbd53915ca3304 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 14 Oct 2014 13:43:39 +0100 Subject: [PATCH] Mention local jQuery and jQuery-JSON files. --- doc/index.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/index.markdown b/doc/index.markdown index dfe1f53..66107d6 100644 --- a/doc/index.markdown +++ b/doc/index.markdown @@ -49,6 +49,8 @@ Here are the files that this web-site provides: A local copy of the Handlebars templating library, since it doesn't like to be hotlinked. +* Local copy of `jquery-1.10.0.min.js` +* Local copy of `jquery.json-2.4.js` * mkws-complete.js -- A single large JavaScript file containing everything needed for MKWS to work: the widget-set itself, the API library, and @@ -57,6 +59,7 @@ Here are the files that this web-site provides: A stylesheet which styles only MasterKey widgets, and does not otherwise interfere with application-site's styles. + Minified versions of the MKWS JavaScript files are also available: * mkws.min.js -- 1.7.10.4