aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2018-05-10 10:06:17 +0100
committerZarino Zappia <mail@zarino.co.uk>2018-05-10 11:56:31 +0100
commit543518fe4eb3842d6f3060c9ebf4beb9c9c9a5ae (patch)
treea253f7ddeb7693e7790a7b414d3532d3d957f8e2 /templates
parent5b10afbbdfe654cc1b8569a2fe86a45bac150149 (diff)
[fixmystreet.com] Revert #2032 (big-green-banner a/b test)
Part of #2115.
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/web/base/around/display_location.html6
-rw-r--r--templates/web/fixmystreet.com/around/_report_banner.html6
-rw-r--r--templates/web/fixmystreet.com/header_extra.html17
3 files changed, 0 insertions, 29 deletions
diff --git a/templates/web/base/around/display_location.html b/templates/web/base/around/display_location.html
index f5f7e5cd3..826e70632 100755
--- a/templates/web/base/around/display_location.html
+++ b/templates/web/base/around/display_location.html
@@ -73,12 +73,6 @@
<a href="/">[% loc('Home') %]</a>
<span>[% loc('Place pin on map') %]</span>
</div>
-
- [% IF c.config.BASE_URL == "https://www.fixmystreet.com" AND c.cobrand.moniker == 'fixmystreet' %]
- <h1 class="big-green-banner banner-position-variant-1">
- [% loc( 'Click map to report a problem' ) %]
- </h1>
- [% END %]
</div>
diff --git a/templates/web/fixmystreet.com/around/_report_banner.html b/templates/web/fixmystreet.com/around/_report_banner.html
deleted file mode 100644
index 08cd7ed05..000000000
--- a/templates/web/fixmystreet.com/around/_report_banner.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<h1 class="big-green-banner banner-position-variant-0">
- [% loc( 'Click map to report a problem' ) %]
-</h1>
-<a id="skip-this-step" href="[% url_skip %]" rel="nofollow">
- [% loc("Can't see the map? <em>Skip this step</em>") %]
-</a>
diff --git a/templates/web/fixmystreet.com/header_extra.html b/templates/web/fixmystreet.com/header_extra.html
index 3a7640606..5292d4804 100644
--- a/templates/web/fixmystreet.com/header_extra.html
+++ b/templates/web/fixmystreet.com/header_extra.html
@@ -2,23 +2,6 @@
<link rel="prefetch" href="[% version('/vendor/OpenLayers.Projection.OrdnanceSurvey.js') %]">
[% END %]
-[% IF bodyclass.match('mappage') AND c.config.BASE_URL == "https://www.fixmystreet.com" %]
-<script src="//www.google-analytics.com/cx/api.js?experiment=jydOGgMrQRaWedSNoiW-SQ"></script>
-<script nonce="[% csp_nonce %]">
- var variation = typeof cxApi !== "undefined" ? cxApi.chooseVariation() : 0,
- docElement = document.documentElement,
- className = docElement.className;
- docElement.className = className + ' banner-position-variant-' + variation;
-</script>
-<style>
- html .banner-position-variant-1 { display: none !important; }
- html.banner-position-variant-1 .banner-position-variant-0 { display: none !important; }
- html.banner-position-variant-1 .banner-position-variant-1 { display: block !important; }
- html.map-fullscreen .banner-position-variant-1 { display: none !important; }
- html.banner-position-variant-1 #side .big-green-banner ~ section.full-width { margin-top: -1em; }
-</style>
-[% END %]
-
[% IF bodyclass.match('frontpage') %]
<link rel="prefetch" href="[% version('/cobrands/fixmystreet.com/js.js') %]">
[% END %]