Fix enabling of profile form

This commit is contained in:
Graham Triggs 2017-09-25 22:11:32 +01:00
parent 93b7f8aec7
commit e08a8c7715

View file

@ -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");