summaryrefslogtreecommitdiff
path: root/httemplate/misc/tax-fetch_and_replace.cgi
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-04-14 08:10:48 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-04-14 08:44:48 -0500
commitd6268e8331cd48d4f7a10517680b53b010ad92c8 (patch)
tree74a533fc2b8545e6d5251f8834564415ee00adc7 /httemplate/misc/tax-fetch_and_replace.cgi
parent3061ba49c4e98dd806cbaa9b037711e220244a54 (diff)
RT#41671 Fix double click prevention for all legacy buttons [full-on fixes]
Diffstat (limited to 'httemplate/misc/tax-fetch_and_replace.cgi')
-rw-r--r--httemplate/misc/tax-fetch_and_replace.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/misc/tax-fetch_and_replace.cgi b/httemplate/misc/tax-fetch_and_replace.cgi
index 3290a3c44..ff64e6320 100644
--- a/httemplate/misc/tax-fetch_and_replace.cgi
+++ b/httemplate/misc/tax-fetch_and_replace.cgi
@@ -29,8 +29,9 @@ Replace tax data.
<TR>
<TD COLSPAN=2 ALIGN="center" STYLE="padding-top:6px">
<INPUT TYPE = "submit"
+ NAME = "submitButton"
VALUE = "Download and Import"
- onClick = "document.TaxRateImport.submit.disabled=true; process();"
+ onClick = "document.TaxRateImport.submitButton.disabled=true; process();"
>
</TD>
</TR>