diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2012-06-15 11:57:12 +0300 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2012-06-15 11:57:12 +0300 |
commit | 5781ea10d8d55e49439915bbed473781c9bf32fe (patch) | |
tree | 2b5173620367e1fc3e3735f7cd5b92b0b1ec93d5 /app | |
parent | afd8fe518f311953755d48115335dd7a22a5ba0d (diff) | |
download | refinerycms-blog-5781ea10d8d55e49439915bbed473781c9bf32fe.tar.gz refinerycms-blog-5781ea10d8d55e49439915bbed473781c9bf32fe.tar.bz2 refinerycms-blog-5781ea10d8d55e49439915bbed473781c9bf32fe.zip |
Refinery already bundles jquery-ui so there's no reason to include it twice.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/refinery/shared/admin/_autocomplete.html.erb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/refinery/shared/admin/_autocomplete.html.erb b/app/views/refinery/shared/admin/_autocomplete.html.erb index bf495e0..97d4ac8 100644 --- a/app/views/refinery/shared/admin/_autocomplete.html.erb +++ b/app/views/refinery/shared/admin/_autocomplete.html.erb @@ -1,5 +1 @@ <% content_for :stylesheets, stylesheet_link_tag("refinery/blog/ui-lightness/jquery-ui-1.8.13.custom") %> - -<% content_for :javascripts do %> - <%= javascript_include_tag "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js" %> -<% end %>
\ No newline at end of file |