diff options
author | Struan Donald <struan@exo.org.uk> | 2011-11-23 13:12:30 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-11-23 13:12:30 +0000 |
commit | 7a2266707d5615c4a5b8689b0c4252fd2d1bc859 (patch) | |
tree | 333c1a3f3b802bfa4403cdbbe4a79d579662ef47 | |
parent | a1a0e3c4955cdb4f4b5e51ad81f73159b0480af5 (diff) |
update to jQuery 1.7 to fix iOS bug with report/new dropdown updating
-rw-r--r-- | templates/web/default/common_header_tags.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/common_header_tags.html b/templates/web/default/common_header_tags.html index d24ee1a5f..1a5e9f9f9 100644 --- a/templates/web/default/common_header_tags.html +++ b/templates/web/default/common_header_tags.html @@ -1,5 +1,5 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> -<script type="text/javascript" src="/jslib/jquery-1.6.2.min.js"></script> +<script type="text/javascript" src="/jslib/jquery-1.7.0.min.js"></script> <script src="[% version('/js/jquery.validate.min.js') %]" type="text/javascript" charset="utf-8"></script> |