diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-01-28 15:44:06 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-01-30 16:00:26 +0000 |
commit | 38bb181d58b12d2d8216b9c5be7186352840442d (patch) | |
tree | 6e89fe2e100a811b845d482d5ce0c96ec078b000 | |
parent | 3b2fca9bb73401d346a439b2e151de2f996c4481 (diff) |
[Zurich] Not sure what this exemption was for.
-rw-r--r-- | web/cobrands/fixmystreet/fixmystreet.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js index ceee52160..48ae83103 100644 --- a/web/cobrands/fixmystreet/fixmystreet.js +++ b/web/cobrands/fixmystreet/fixmystreet.js @@ -837,10 +837,8 @@ $.extend(fixmystreet.set_up, { map_controls: function() { //add links container (if its not there) - if (fixmystreet.cobrand != 'zurich') { - if ($('#sub_map_links').length === 0) { - $('<p class="sub-map-links" id="sub_map_links" />').insertAfter($('#map')); - } + if ($('#sub_map_links').length === 0) { + $('<p class="sub-map-links" id="sub_map_links" />').insertAfter($('#map')); } if ($('.mobile').length) { |