From b3f52753245a2d5e276ba15a0397374e961d6179 Mon Sep 17 00:00:00 2001 From: Matthias Wagner Date: Mon, 14 May 2012 23:56:58 +0200 Subject: [PATCH] removed useless hidden submit button --- core/app/views/spree/checkout/edit.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/core/app/views/spree/checkout/edit.html.erb b/core/app/views/spree/checkout/edit.html.erb index 991f5d2c016..869f482c970 100644 --- a/core/app/views/spree/checkout/edit.html.erb +++ b/core/app/views/spree/checkout/edit.html.erb @@ -13,7 +13,6 @@
<%= 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 %>
<% if @order.state != 'confirm' %>