Skip to content

Commit

Permalink
Seems we had duplicate inclusions of some of our JS files, we should …
Browse files Browse the repository at this point in the history
…open a ticket to make sure this is not happening in other places.
  • Loading branch information
baphled committed Jul 5, 2010
1 parent 7e4b4f4 commit 6ef574f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -22,7 +22,6 @@
<!-- JS Head end -->
<%= javascript_include_tag "jquery-validate" %>
<%= javascript_include_tag "jquery.tipsy" %>
<%= javascript_include_tag "sortable_list" %>
<%= javascript_include_tag "application" %>
<%= javascript_tag "var AUTH_TOKEN = #{form_authenticity_token.inspect};" if protect_against_forgery? %>

Expand Down
1 change: 0 additions & 1 deletion app/views/layouts/no_sidebar.html.erb
Expand Up @@ -26,7 +26,6 @@
<%= javascript_include_tag "jquery-validate" %>
<%= javascript_include_tag "jquery.formtastic.tooltips" %>
<%= javascript_include_tag "pagination" %>
<%= javascript_include_tag "sortable_list" %>
<%= javascript_include_tag "application" %>
<%= yield :js_head %>
Expand Down

0 comments on commit 6ef574f

Please sign in to comment.