Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed useless hidden submit button
  • Loading branch information
Matthias Wagner committed May 14, 2012
1 parent 79cc50f commit b3f5275
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/app/views/spree/checkout/edit.html.erb
Expand Up @@ -13,7 +13,6 @@
<div class="columns <%= if @order.state != 'confirm' then 'alpha twelve' else 'alpha omega sixteen' end %>" data-hook="checkout_form_wrapper">
<%= form_for @order, :url => update_checkout_path(@order.state), :html => { :id => "checkout_form_#{@order.state}" } do |form| %>
<%= render @order.state, :form => form %>
<%= submit_tag nil, :id => 'post-final', :style => 'display:none;' %>
<% end %>
</div>
<% if @order.state != 'confirm' %>
Expand Down

0 comments on commit b3f5275

Please sign in to comment.