Fix enabling of profile form
This commit is contained in:
parent
93b7f8aec7
commit
e08a8c7715
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ var associateProfileFields = {
|
||||||
|
|
||||||
newProfileClassHasChanged: function() {
|
newProfileClassHasChanged: function() {
|
||||||
if (this.newProfileClassSelector.val().length == 0) {
|
if (this.newProfileClassSelector.val().length == 0) {
|
||||||
this.associateProfileNameField.attr("disabled","");
|
this.associateProfileNameField.attr("disabled",false);
|
||||||
} else {
|
} else {
|
||||||
this.associateProfileNameField.val('');
|
this.associateProfileNameField.val('');
|
||||||
this.associateProfileNameField.attr("disabled","disabled");
|
this.associateProfileNameField.attr("disabled","disabled");
|
||||||
|
|
Loading…
Add table
Reference in a new issue