summaryrefslogtreecommitdiffstats
path: root/templates
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 /templates
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 'templates')
-rw-r--r--templates/patchwork/bundle.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/patchwork/bundle.html b/templates/patchwork/bundle.html
index 54c2fcc..4bc6e08 100644
--- a/templates/patchwork/bundle.html
+++ b/templates/patchwork/bundle.html
@@ -4,10 +4,10 @@
{% block headers %}
<script language="JavaScript" type="text/javascript"
- src="/js/jquery-1.3.min.js">
+ src="/js/jquery-1.10.1.min.js">
</script>
<script language="JavaScript" type="text/javascript"
- src="/js/jquery.tablednd_0_5.js">
+ src="/js/jquery.tablednd.js">
</script>
<script language="JavaScript" type="text/javascript"
src="/js/bundle.js">