diff --git a/webapp/web/js/account/accountListenerSetup.js b/webapp/web/js/account/accountListenerSetup.js index d811f2410..3356ee5d3 100644 --- a/webapp/web/js/account/accountListenerSetup.js +++ b/webapp/web/js/account/accountListenerSetup.js @@ -34,6 +34,10 @@ $(document).ready(function(){ theSubmitButton.removeClass("disabledSubmit"); }); }); - + + $('.remove-proxy').click(function(){ + theSubmitButton.removeAttr('disabled'); + theSubmitButton.removeClass("disabledSubmit"); + }) });