From 508510d29aa7b0aaf946f6565e8040f9895f84c8 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Sun, 16 Jun 2013 16:35:21 +0800 Subject: js: Add jquery and jquery tablednd plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on a change from Andreas Bießmann . 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 --- htdocs/js/jquery-1.10.1.min.js | 1 + htdocs/js/jquery.tablednd.js | 1 + htdocs/js/jquery.tablednd_0_5.js | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 htdocs/js/jquery-1.10.1.min.js create mode 120000 htdocs/js/jquery.tablednd.js delete mode 120000 htdocs/js/jquery.tablednd_0_5.js (limited to 'htdocs') diff --git a/htdocs/js/jquery-1.10.1.min.js b/htdocs/js/jquery-1.10.1.min.js new file mode 120000 index 0000000..d48d893 --- /dev/null +++ b/htdocs/js/jquery-1.10.1.min.js @@ -0,0 +1 @@ +../../lib/packages/jquery/jquery-1.10.1.min.js \ No newline at end of file diff --git a/htdocs/js/jquery.tablednd.js b/htdocs/js/jquery.tablednd.js new file mode 120000 index 0000000..ed51ba1 --- /dev/null +++ b/htdocs/js/jquery.tablednd.js @@ -0,0 +1 @@ +../../lib/packages/jquery/jquery.tablednd.js \ No newline at end of file diff --git a/htdocs/js/jquery.tablednd_0_5.js b/htdocs/js/jquery.tablednd_0_5.js deleted file mode 120000 index 5918e24..0000000 --- a/htdocs/js/jquery.tablednd_0_5.js +++ /dev/null @@ -1 +0,0 @@ -../../lib/packages/jquery/jquery.tablednd_0_5.js \ No newline at end of file -- cgit v1.2.3