diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2013-06-16 16:35:21 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2013-06-16 16:54:07 +0800 |
commit | 508510d29aa7b0aaf946f6565e8040f9895f84c8 (patch) | |
tree | 449909fc89b54c006a639a61baa96d2c8938973b /htdocs | |
parent | c44d01ebd49cd62062cb918ebe99c78d4ec237ba (diff) | |
download | patchwork-508510d29aa7b0aaf946f6565e8040f9895f84c8.tar patchwork-508510d29aa7b0aaf946f6565e8040f9895f84c8.tar.gz |
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 'htdocs')
l--------- | htdocs/js/jquery-1.10.1.min.js | 1 | ||||
l--------- | htdocs/js/jquery.tablednd.js | 1 | ||||
l--------- | htdocs/js/jquery.tablednd_0_5.js | 1 |
3 files changed, 2 insertions, 1 deletions
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 |