Skip to content

Commit

Permalink
Added form based js, which was duplicated throughout the form partials.
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jun 19, 2010
1 parent 71ec2a0 commit 093fe5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/layouts/no_sidebar.html.erb
Expand Up @@ -19,9 +19,10 @@
<%= javascript_include_tag "jquery-icon-animation" %>
<%= javascript_include_tag "jquery.formtastic.tooltips" %>
<%= javascript_include_tag "application" %>
<%= javascript_include_tag "jquery-validate" %>
<%= javascript_include_tag "form" %>
<%= yield :js_head %>
<%= javascript_include_tag "http://cdn.jquerytools.org/1.2.0/all/jquery.tools.min.js" %>
<%= javascript_include_tag "jquery-validate" %>
<%= javascript_include_tag "jquery.tipsy" %>
<%= javascript_include_tag "tooltips.js" %>
<%= javascript_tag "var AUTH_TOKEN = #{form_authenticity_token.inspect};" if protect_against_forgery? %>
Expand Down

0 comments on commit 093fe5d

Please sign in to comment.