From e08a8c7715fc40bb93b69cf3163add7a062c56cd Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Mon, 25 Sep 2017 22:11:32 +0100 Subject: [PATCH] Fix enabling of profile form --- webapp/src/main/webapp/js/account/accountAssociateProfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/main/webapp/js/account/accountAssociateProfile.js b/webapp/src/main/webapp/js/account/accountAssociateProfile.js index 2f45a9420..383dd646b 100644 --- a/webapp/src/main/webapp/js/account/accountAssociateProfile.js +++ b/webapp/src/main/webapp/js/account/accountAssociateProfile.js @@ -169,7 +169,7 @@ var associateProfileFields = { newProfileClassHasChanged: function() { if (this.newProfileClassSelector.val().length == 0) { - this.associateProfileNameField.attr("disabled",""); + this.associateProfileNameField.attr("disabled",false); } else { this.associateProfileNameField.val(''); this.associateProfileNameField.attr("disabled","disabled");