From 0fafceba076aad647b8889e6840ee30e43e5b367 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 [Fixes #1535] [Fixes #1538] --- 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' %>