summaryrefslogtreecommitdiffstats
path: root/lib/packages/jquery/README
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-06-16 16:35:21 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-06-16 16:54:07 +0800
commit508510d29aa7b0aaf946f6565e8040f9895f84c8 (patch)
tree449909fc89b54c006a639a61baa96d2c8938973b /lib/packages/jquery/README
parentc44d01ebd49cd62062cb918ebe99c78d4ec237ba (diff)
downloadpatchwork-508510d29aa7b0aaf946f6565e8040f9895f84c8.tar.bz2
patchwork-508510d29aa7b0aaf946f6565e8040f9895f84c8.tar.xz
js: Add jquery and jquery tablednd plugins
Based on a change from Andreas Bießmann <andreas@biessmann.de>. Rather than requiring a download of the jquery library + tablednd plugin, commit these to the repository. In doing so, we upgrade to version 1.10.1 of jqeury, and the current stable tablednd. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'lib/packages/jquery/README')
-rw-r--r--lib/packages/jquery/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/packages/jquery/README b/lib/packages/jquery/README
new file mode 100644
index 0000000..f2a799a
--- /dev/null
+++ b/lib/packages/jquery/README
@@ -0,0 +1,7 @@
+This directory contains the jQuery Javascript library, and jQuery
+Table Drag & Drop plugin. These are available from:
+
+ http://jqeury.com/
+ http://isocra.com/2008/02/table-drag-and-drop-jquery-plugin/
+
+Both are redistributable under the MIT license.