mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
no need to clear button text.
This commit is contained in:
parent
5ece708067
commit
d895b36263
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ $('#approveForm').submit(function (event) {
|
|||
// just replacing it.
|
||||
if ($('#approveCheckbox').is(':checked')) {
|
||||
$('#approveButton').prop('disabled', true);
|
||||
$('#approveButton').val('');
|
||||
//$('#approveButton').val('');
|
||||
$('#approveButton').addClass('button-loading');
|
||||
|
||||
//$('#approveButtonDiv').replaceWith('<img src="/static/images/radio.svg" alt="Loading, please wait..." />');
|
||||
|
|
Loading…
Reference in a new issue