Skip to content

Commit

Permalink
Refactored layout to only use the essential plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jul 5, 2010
1 parent 45cdf78 commit bcefccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -22,7 +22,7 @@
<!-- JS Head end -->
<%= javascript_include_tag "jquery-validate" %>
<%= javascript_include_tag "jquery.tipsy" %>
<%= javascript_include_tag "tooltips.js" %>
<%= javascript_include_tag "sortable_list" %>
<%= javascript_include_tag "application" %>
<%= javascript_tag "var AUTH_TOKEN = #{form_authenticity_token.inspect};" if protect_against_forgery? %>

Expand Down
4 changes: 1 addition & 3 deletions app/views/layouts/no_sidebar.html.erb
Expand Up @@ -20,13 +20,11 @@
<%= javascript_include_tag "inflection" %>
<%= javascript_include_tag "jquery.custom.validation" %>
<%= javascript_include_tag "jquery.render.flash.message" %>
<%= javascript_include_tag "jquery.tipsy" %>
<%= javascript_include_tag "autoScroller" %>
<%= javascript_include_tag "scrollingHoverable" %>
<%= javascript_include_tag "jquery-validate" %>
<%= javascript_include_tag "jquery.tipsy" %>
<%= javascript_include_tag "jquery.formtastic.tooltips" %>
<%= javascript_include_tag "tooltips" %>
<%= javascript_include_tag "pagination" %>
<%= javascript_include_tag "sortable_list" %>
<%= javascript_include_tag "application" %>
Expand Down

0 comments on commit bcefccd

Please sign in to comment.