diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-06-17 15:53:08 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-06-17 15:53:08 +0100 |
commit | da6d682d4b98159d2d56f4f33b47014a9000b140 (patch) | |
tree | ea290d0772f6f6ea4962ff8eec8dc0226fb4ec35 | |
parent | ec2999ef8c233d30c46dd5181e246916b0145606 (diff) |
fixup! Remove jquery and jquery-ui.
-rw-r--r-- | app/views/request/select_authorities.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/select_authorities.html.erb b/app/views/request/select_authorities.html.erb index cfbc21a28..861fc6068 100644 --- a/app/views/request/select_authorities.html.erb +++ b/app/views/request/select_authorities.html.erb @@ -74,4 +74,4 @@ </div> </div> </div> -<%= javascript_include_tag 'jquery_ujs.js', 'select-authorities.js' %> +<%= javascript_include_tag 'select-authorities.js' %> |