summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-04-18 13:26:59 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-04-18 13:26:59 -0500
commit8eb6542c022ac84b125416f3fb0828b278ba600a (patch)
treefd054c9e52b9718c51b94382ac00cec2aecb8d96 /httemplate/elements
parent0be54958813c9a4a5e24e32707b92e49881c7c0a (diff)
Revert "RT#41671 Fix double click prevention for all legacy buttons [renamed all from submit to submitButton]"
This reverts commit d65927fb45aa1c47d7f593db0142d14799b0fabf.
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/progress-init.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/progress-init.html b/httemplate/elements/progress-init.html
index ba2e6be0d..e38dde65f 100644
--- a/httemplate/elements/progress-init.html
+++ b/httemplate/elements/progress-init.html
@@ -92,8 +92,8 @@ function <%$key%>process () {
//alert('<%$key%>process for form <%$formname%>');
- if ( document.<%$formname%>.submitButton.disabled == false ) {
- document.<%$formname%>.submitButton.disabled=true;
+ if ( document.<%$formname%>.submit.disabled == false ) {
+ document.<%$formname%>.submit.disabled=true;
}
overlib( 'Submitting job to server...', WIDTH, 444, HEIGHT, 168, CAPTION, 'Please wait...', STICKY, AUTOSTATUSCAP, CLOSETEXT, '', CLOSECLICK, MIDX, 0, MIDY, 0 );