aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-03-12 11:03:03 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-03-12 11:03:03 +0000
commit67e2ea688a20e083e16a16ec45fd90fef13dc204 (patch)
tree4aafd8c79060608cc12a97f4fe34a986ff227f52
parent3fd2f5f3c485c360aad8bdb340c7934abcdd2c3b (diff)
Also detect zueri in URI for JS.
-rw-r--r--web/cobrands/fixmystreet/fixmystreet.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js
index d9360d0e2..b490c6177 100644
--- a/web/cobrands/fixmystreet/fixmystreet.js
+++ b/web/cobrands/fixmystreet/fixmystreet.js
@@ -61,7 +61,7 @@ $(function(){
} else if (window.location.href.indexOf('oxfordshire') != -1) {
cobrand = 'oxfordshire';
is_small_map = true;
- } else if (window.location.href.indexOf('zurich') != -1) {
+ } else if (window.location.href.indexOf('zurich') != -1 || window.location.href.indexOf('zueri') != -1) {
cobrand = 'zurich';
}