aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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' %]