Skip to content

Commit

Permalink
Removed useless hidden submit button
Browse files Browse the repository at this point in the history
[Fixes #1535] [Fixes #1538]
  • Loading branch information
Matthias Wagner authored and schof committed May 15, 2012
1 parent f8e7ebc commit 0fafceb
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 0fafceb

Please sign in to comment.