diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-07-21 13:39:58 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-07-21 13:41:24 +0100 |
commit | 96dd380147b497274a31ba2ee7ff2d8fffa9922a (patch) | |
tree | b556c1d26f8f5cd2a62fc19a2d61aae09006111a /templates/web/default | |
parent | e97a90eb5732530cfe1fa544643a7b5e05530fd2 (diff) |
Move JS to jQuery.
Diffstat (limited to 'templates/web/default')
-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 aa06efbd0..f9048b067 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="/yui/utilities.js"></script> +<script type="text/javascript" src="/jslib/jquery-1.6.2.min.js"></script> <script type="text/javascript" src="/js/fixmystreet.js"></script> [% map_js %] |