From 5781ea10d8d55e49439915bbed473781c9bf32fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=A3is=20Ozols?= Date: Fri, 15 Jun 2012 11:57:12 +0300 Subject: Refinery already bundles jquery-ui so there's no reason to include it twice. --- app/views/refinery/shared/admin/_autocomplete.html.erb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app') 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 -- cgit v1.2.3