aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-02-23 12:09:25 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-02-23 12:09:25 +0000
commitf96e9a53bc80c6fb6eab0966b5d953dc0fbbab12 (patch)
treefcf43dade48bf791b3e121e2fe4540156f1dc306
parentc645de916a42b564ff4354524581f1fbfa699b45 (diff)
[fixmystreet.com] Remove unused flex class.
-rw-r--r--templates/web/fixmystreet.com/header_extra.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/templates/web/fixmystreet.com/header_extra.html b/templates/web/fixmystreet.com/header_extra.html
index 74280a6f9..5292d4804 100644
--- a/templates/web/fixmystreet.com/header_extra.html
+++ b/templates/web/fixmystreet.com/header_extra.html
@@ -13,19 +13,4 @@
<meta name='theme-color' content='#ffd000'>
<link rel="Shortcut Icon" type="image/x-icon" href="/cobrands/fixmystreet.com/favicon.ico">
-[%# Code for flex box usage on councils page %]
-<script nonce="[% csp_nonce %]">
-(function(d){
- var c = " ", f = "flex", fw = "-webkit-"+f, g = d.createElement('b');
- try {
- g.style.display = fw;
- g.style.display = f;
- c += (g.style.display == f || g.style.display == fw) ? f : "no-"+f;
- } catch(e) {
- c += "no-"+f;
- }
- d.documentElement.className += c;
-})(document);
-</script>
-
[% INCLUDE 'tracking_code.html' %]