diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-12-12 21:08:23 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-12-15 17:35:54 +0000 |
commit | 07906f409c26ac1e0023dcae1de4b6e76f3cbbec (patch) | |
tree | 1d1e6bcc93808bec99a2af4f584ac27137211d82 /templates/web/base/common_scripts.html | |
parent | d89377c85b033f70cb421274884ca04846d671c0 (diff) |
[Oxfordshire] Use input type=date on Exor RDI page
No need for any jQuery UI any longer (only base use was already gone
when admin stats was moved to dashboard).
Diffstat (limited to 'templates/web/base/common_scripts.html')
-rw-r--r-- | templates/web/base/common_scripts.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/web/base/common_scripts.html b/templates/web/base/common_scripts.html index 86e826b18..cf9692128 100644 --- a/templates/web/base/common_scripts.html +++ b/templates/web/base/common_scripts.html @@ -66,7 +66,6 @@ END; IF admin; scripts.push( - version('/vendor/jquery-ui/js/jquery-ui-1.10.3.custom.min.js'), version('/cobrands/fixmystreet/admin.js'), ); END; |