summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_acct/change_svc_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/svc_acct/change_svc_form.html')
-rw-r--r--httemplate/view/svc_acct/change_svc_form.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/svc_acct/change_svc_form.html b/httemplate/view/svc_acct/change_svc_form.html
index 4f10922ba..7e2ef026d 100644
--- a/httemplate/view/svc_acct/change_svc_form.html
+++ b/httemplate/view/svc_acct/change_svc_form.html
@@ -2,9 +2,9 @@
<SCRIPT TYPE="text/javascript">
function enable_change () {
if ( document.OneTrueForm.svcpart.selectedIndex > 1 ) {
- document.OneTrueForm.submit.disabled = false;
+ document.OneTrueForm.submitButton.disabled = false;
} else {
- document.OneTrueForm.submit.disabled = true;
+ document.OneTrueForm.submitButton.disabled = true;
}
}
</SCRIPT>