diff --git a/app/views/features/show.html.erb b/app/views/features/show.html.erb index 2eea4dd7..206791e3 100644 --- a/app/views/features/show.html.erb +++ b/app/views/features/show.html.erb @@ -1,7 +1,7 @@ <% content_for :js_head do %> <%= javascript_include_tag "http://cdn.jquerytools.org/1.2.0/all/jquery.tools.min.js" %> - <%= javascript_include_tag "jquery-include.js" %> <%= javascript_include_tag "tooltips.js" %> + <%= javascript_include_tag "jquery-include.js" %> <%end %> <%= render :partial => '/common/model_info_and_summary', :locals => {:model => @feature, :assoc => :stories } %>