diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-02 09:58:21 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-02 09:58:21 +0100 |
commit | 41b86381605f1cf4451e51b80b42a8a2e6046687 (patch) | |
tree | 642c57bd435eab73e0f1a76b360d4786b97b32f2 /templates/web/default | |
parent | d646c8512a4d5003075e7c10a4207dd5a383abf3 (diff) |
Tidy up file structure a little bit.
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 00455b3a1..7018ecdac 100644 --- a/templates/web/default/common_header_tags.html +++ b/templates/web/default/common_header_tags.html @@ -1,6 +1,6 @@ <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="/js.js"></script> +<script type="text/javascript" src="/js/fixmystreet.js"></script> [% map_js %] |