diff options
author | Joe Siltberg <git@joesiltberg.se> | 2018-10-23 15:06:53 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-11-05 10:13:48 +0000 |
commit | 738f832405561690da3c2ad7b94b7c87c556dafc (patch) | |
tree | 775cefc9667a6a36a103e70747175980d5e4973f /templates | |
parent | 10a9e1b8b70f1189b01f41ca57a02e255e13f081 (diff) |
[FixaMinGata] Don't scroll report on load
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/fixamingata/footer_extra_js.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/web/fixamingata/footer_extra_js.html b/templates/web/fixamingata/footer_extra_js.html new file mode 100644 index 000000000..966d51a74 --- /dev/null +++ b/templates/web/fixamingata/footer_extra_js.html @@ -0,0 +1,3 @@ +[% scripts.push( + version('/cobrands/fixamingata/js.js'), +) %] |