diff options
-rw-r--r-- | templates/web/fixamingata/footer_extra_js.html | 3 | ||||
-rw-r--r-- | web/cobrands/fixamingata/js.js | 1 |
2 files changed, 4 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'), +) %] diff --git a/web/cobrands/fixamingata/js.js b/web/cobrands/fixamingata/js.js new file mode 100644 index 000000000..ca5f772c4 --- /dev/null +++ b/web/cobrands/fixamingata/js.js @@ -0,0 +1 @@ +fixmystreet.inspect_form_no_scroll_on_load = 1; |