diff options
author | Dan McGee <dan@archlinux.org> | 2010-01-30 13:58:10 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-01-30 13:58:10 -0600 |
commit | 8ffc8fc63d32162ad9d0f2dd1cf3cf8d9a37f0d0 (patch) | |
tree | f9588184c50458d0b92ab5edb74213a7a2df31bf /templates/devel/index.html | |
parent | a166e890b7a44e5e23e449a9379adff521ec2d38 (diff) |
Upgrade jQuery to 1.4.1
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/devel/index.html')
-rw-r--r-- | templates/devel/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index 639cb81f..e341a8bb 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block head %} -<script type="text/javascript" src="/media/jquery-1.3.min.js"></script> +<script type="text/javascript" src="/media/jquery-1.4.1.min.js"></script> {% endblock %} {% block content %} |