diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-03-14 10:38:03 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-03-14 10:38:03 +0000 |
commit | 1b957d3d944b2ec31fdf2e898f936ff1a6d77e7b (patch) | |
tree | 7d2f09039b5a2cbe80dc32c4343922acfbc59da3 /templates/web/zurich/tracking_code.html | |
parent | 85ed45239a70f41afc8446cfc0f53acaffdeee3f (diff) |
BASE_URL is now secure.
Diffstat (limited to 'templates/web/zurich/tracking_code.html')
-rw-r--r-- | templates/web/zurich/tracking_code.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/tracking_code.html b/templates/web/zurich/tracking_code.html index f98a1e038..bffd0fd6f 100644 --- a/templates/web/zurich/tracking_code.html +++ b/templates/web/zurich/tracking_code.html @@ -1,6 +1,6 @@ [% SET ga_code = 'UA-38427437-1'; - SET ga_code = 'UA-39223200-1' IF c.config.BASE_URL == "http://www.zueriwieneu.ch"; + SET ga_code = 'UA-39223200-1' IF c.config.BASE_URL == "https://www.zueriwieneu.ch"; %] <script type="text/javascript"> |