[VIVO-1374] Update javascript disable for latest jQuery
This commit is contained in:
parent
6b7d4dd24a
commit
f594f455dd
7 changed files with 7 additions and 7 deletions
|
@ -36,7 +36,7 @@ var adviseeRelUtils = {
|
|||
|
||||
|
||||
// may not need this
|
||||
this.firstName.attr('disabled', '');
|
||||
this.firstName.attr('disabled', false);
|
||||
|
||||
},
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ var advisorRelUtils = {
|
|||
|
||||
|
||||
// may not need this
|
||||
this.firstName.attr('disabled', '');
|
||||
this.firstName.attr('disabled', false);
|
||||
|
||||
},
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ var grantHasContributorUtils = {
|
|||
this.personUri = $('#personUri');
|
||||
|
||||
// may not need this
|
||||
this.firstName.attr('disabled', '');
|
||||
this.firstName.attr('disabled', false);
|
||||
|
||||
},
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ var orgHasPositionUtils = {
|
|||
this.personUri = $('#personUri');
|
||||
|
||||
// may not need this
|
||||
this.firstName.attr('disabled', '');
|
||||
this.firstName.attr('disabled', false);
|
||||
|
||||
},
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ var orgForTrainingUtils = {
|
|||
this.degreeSelector = $('#degreeUri');
|
||||
|
||||
// may not need this
|
||||
this.firstName.attr('disabled', '');
|
||||
this.firstName.attr('disabled', false);
|
||||
|
||||
},
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ var projectHasParticipantUtils = {
|
|||
this.personUri = $('#personUri');
|
||||
|
||||
// may not need this
|
||||
this.firstName.attr('disabled', '');
|
||||
this.firstName.attr('disabled', false);
|
||||
|
||||
},
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ var publicationToPersonUtils = {
|
|||
this.changeLink = this.pubAcSelection.children('p').children('#changeSelection');
|
||||
|
||||
// may not need this
|
||||
this.firstName.attr('disabled', '');
|
||||
this.firstName.attr('disabled', false);
|
||||
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue