From 8cd71bd119708be18ea043a3e6c1518c4a51d3b8 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 21 Nov 2013 17:57:31 +0000 Subject: [PATCH] https://issues.shibboleth.net/jira/browse/SSPCPP-585 --- configs/postTemplate.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/configs/postTemplate.html b/configs/postTemplate.html index 4883feb..d8c4728 100644 --- a/configs/postTemplate.html +++ b/configs/postTemplate.html @@ -6,14 +6,14 @@ function submitOnce() { if (location.hash.length>0) { if (confirm("Are you sure you want to resubmit this form information a second time?")) { - document.forms[0].submit(); + document.getElementById("shib_continue").click(); } else { document.body.innerHTML="Form information was not resubmitted."; } } else { var loc = window.location; window.location = loc + "#submitted"; - document.forms[0].submit(); + document.getElementById("shib_continue").click(); } } // --> @@ -31,11 +31,7 @@ - + -- 2.1.4