summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-06-19 18:25:54 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-06-19 18:26:20 +0200
commit72f2e6b28475b4615f4c3fabc3b5788b441a3c55 (patch)
treee84169f6ded8e361abbb0ab6a8833698529dc75e /hyperkitty/templates
parent7f469bff800f625e19f8429f74554ff95fdc7779 (diff)
downloadhyperkitty-72f2e6b28475b4615f4c3fabc3b5788b441a3c55.tar.gz
hyperkitty-72f2e6b28475b4615f4c3fabc3b5788b441a3c55.tar.xz
hyperkitty-72f2e6b28475b4615f4c3fabc3b5788b441a3c55.zip
Update jQuery and add the Autocomplete widget
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r--hyperkitty/templates/base.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/hyperkitty/templates/base.html b/hyperkitty/templates/base.html
index fb1e4d5..3bd1d21 100644
--- a/hyperkitty/templates/base.html
+++ b/hyperkitty/templates/base.html
@@ -9,7 +9,7 @@
<meta name="author" content="" />
<meta name="dc.language" content="en" />
<link rel="shortcut icon" href="{{ STATIC_URL }}img/favicon.ico" />
- <link rel="stylesheet" media="all" href="{{ STATIC_URL }}libs/jquery/ui-lightness/jquery-ui-1.10.0.custom.min.css" />
+ <link rel="stylesheet" media="all" href="{{ STATIC_URL }}libs/jquery/ui-lightness/jquery-ui-1.10.3.custom.min.css" />
{% assets filters="cssrewrite,cssmin", output="gen/hyperkitty.css", "libs/bootstrap/css/bootstrap.min.css", "css/hyperkitty-base.css", "css/hyperkitty-common.css", "css/hyperkitty-index.css", "css/hyperkitty-user.css", "css/hyperkitty-overview.css", "css/hyperkitty-threadslist.css", "css/hyperkitty-message.css" %}
<link rel="stylesheet" media="all" href="{{ ASSET_URL }}" />
{% endassets %}
@@ -91,9 +91,9 @@
{% block footer %} {% endblock %}
</div>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- <script>window.jQuery || document.write('<script src="{{ STATIC_URL }}libs/jquery/jquery-1.8.3.min.js"><\/script>')</script>
- <script src="{{ STATIC_URL }}libs/jquery/jquery-ui-1.10.0.custom.min.js"></script>
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
+ <script>window.jQuery || document.write('<script src="{{ STATIC_URL }}libs/jquery/jquery-1.10.1.min.js"><\/script>')</script>
+ <script src="{{ STATIC_URL }}libs/jquery/jquery-ui-1.10.3.custom.min.js"></script>
{% assets filters="rjsmin", output="gen/hyperkitty.js", "libs/bootstrap/js/bootstrap.min.js", "libs/jquery.expander.js", "libs/d3.v2.min.js", "libs/jquery.hotkeys.js", "js/hyperkitty-common.js", "js/hyperkitty-frontpage.js", "js/hyperkitty-overview.js", "js/hyperkitty-thread.js", "js/hyperkitty-userprofile.js" %}
<script src="{{ ASSET_URL }}"></script>
{% endassets %}