diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-04-14 08:10:48 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-04-14 08:48:09 -0500 |
commit | 0705b62f92bc358d36bd0c9a290ad9f51e719117 (patch) | |
tree | 8e30a053e6367d1e80747605231623c1ebbc2c95 /httemplate/misc/tax-fetch_and_import.cgi | |
parent | be4379d3f8238376f913337b6402dd8b6167913a (diff) |
RT#41671 Fix double click prevention for all legacy buttons [full-on fixes]
Diffstat (limited to 'httemplate/misc/tax-fetch_and_import.cgi')
-rw-r--r-- | httemplate/misc/tax-fetch_and_import.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/misc/tax-fetch_and_import.cgi b/httemplate/misc/tax-fetch_and_import.cgi index 33a6c9b01..970d47c32 100644 --- a/httemplate/misc/tax-fetch_and_import.cgi +++ b/httemplate/misc/tax-fetch_and_import.cgi @@ -29,8 +29,9 @@ Import a tax data update. <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> |