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
|
@ -35,5 +35,9 @@ $(document).ready(function(){
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$('.remove-proxy').click(function(){
|
||||||
|
theSubmitButton.removeAttr('disabled');
|
||||||
|
theSubmitButton.removeClass("disabledSubmit");
|
||||||
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue