aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-03-11 17:22:44 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-03-11 17:22:44 +0000
commitc068f404492f3b3e5beb4bb5ec36d3bf529d020b (patch)
treef022c6124b0c92bf5bc22b8b19dce0de3f4d859a
parentb7d4f24f4edbb93e3a6b746b90ead8ca16374d42 (diff)
Switch to Google CDN.
-rw-r--r--templates/web/zurich/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/zurich/header.html b/templates/web/zurich/header.html
index 7d18459b8..891c6f1d3 100644
--- a/templates/web/zurich/header.html
+++ b/templates/web/zurich/header.html
@@ -20,14 +20,14 @@
<link rel="stylesheet" href="[% start %][% version('/cobrands/' _ c.cobrand.moniker _ '/layout.css') %]">
<![endif]-->
-<!-- CDN for now FIXME --><link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/redmond/jquery-ui.css">
+ <link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/redmond/jquery-ui.css">
<script src="[% start %][% version('/js/modernizr.custom.js') %]" charset="utf-8"></script>
<script src="[% start %][% version('/cobrands/fixmystreet/position_map.js') %]" charset="utf-8"></script>
[% INCLUDE 'common_header_tags.html', js_override = '/cobrands/fixmystreet/fixmystreet.js', site_title = 'Züri wie neu' %]
[% extra_js %]
-<!-- CDN for now FIXME --><script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js" charset="utf-8"></script>
+ <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js" charset="utf-8"></script>
[% INCLUDE 'tracking_code.html' %]