From: Scott Cantor Date: Thu, 21 Nov 2013 17:57:31 +0000 (+0000) Subject: https://issues.shibboleth.net/jira/browse/SSPCPP-585 X-Git-Tag: 2.5.3~4 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=8cd71bd119708be18ea043a3e6c1518c4a51d3b8 https://issues.shibboleth.net/jira/browse/SSPCPP-585 --- 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 @@ - +