NIHVIVO-3213: If a proxy is removed the submit btn has to be enabled
This commit is contained in:
parent
af9d8c7424
commit
51cc2feba0
1 changed files with 5 additions and 1 deletions
|
@ -34,6 +34,10 @@ $(document).ready(function(){
|
|||
theSubmitButton.removeClass("disabledSubmit");
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
$('.remove-proxy').click(function(){
|
||||
theSubmitButton.removeAttr('disabled');
|
||||
theSubmitButton.removeClass("disabledSubmit");
|
||||
})
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue