From 96a75ceb07d9801edd49840326a14b1de6977b79 Mon Sep 17 00:00:00 2001 From: Yomi Colledge Date: Wed, 12 May 2010 23:03:59 +0100 Subject: [PATCH] General cleanup. --- app/views/features/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } %>