diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-06-26 15:30:34 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-06-26 15:31:14 +0100 |
commit | 53f3af1fd561d852346902a06ef27c110d0bd2c1 (patch) | |
tree | 2d167bb5c1e4024a006e97e30ed49b4202b3d345 | |
parent | ae0381e4e74f82cf55181f07528558e7df37443e (diff) |
[Buckinghamshire] Add Siteimprove script.
-rw-r--r-- | templates/web/buckinghamshire/footer.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/web/buckinghamshire/footer.html b/templates/web/buckinghamshire/footer.html index 81553e00e..adeb2e983 100644 --- a/templates/web/buckinghamshire/footer.html +++ b/templates/web/buckinghamshire/footer.html @@ -19,5 +19,15 @@ [% INCLUDE 'common_footer_tags.html' %] +<script nonce="[% csp_nonce %]"> +/*<![CDATA[*/ +(function() { +var sz = document.createElement('script'); sz.type = 'text/javascript'; sz.async = true; +sz.src = '//siteimproveanalytics.com/js/siteanalyze_300776.js'; +var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sz, s); +})(); +/*]]>*/ +</script> + </body> </html> |