mobile: upgrade to jquery-1.6.4

This commit is contained in:
Thomas NOËL 2012-07-11 16:34:18 +02:00
parent fefe7a4ca1
commit 192488e216
3 changed files with 5 additions and 19 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
<title>{% block title %}eduspot{% endblock %}</title>
<link rel="stylesheet" href="{{ MEDIA_URL }}mobile/jquery.mobile-1.0.1.min.css" />
<link rel="stylesheet" href="{{ MEDIA_URL }}mobile/eduspot.css" />
<script src="{{ MEDIA_URL }}mobile/jquery-1.6.2.min.js"></script>
<script src="{{ MEDIA_URL }}mobile/jquery-1.6.4.min.js"></script>
<script src="{{ MEDIA_URL }}mobile/jquery.mobile-1.0.1.min.js"></script>
{% block extra_head %}{% endblock %}
</head>