[VIVO-1374] Update javascript disable for latest jQuery

This commit is contained in:
Graham Triggs 2017-09-15 08:37:13 +01:00
parent 6b7d4dd24a
commit f594f455dd
7 changed files with 7 additions and 7 deletions

View file

@ -36,7 +36,7 @@ var adviseeRelUtils = {
// may not need this // may not need this
this.firstName.attr('disabled', ''); this.firstName.attr('disabled', false);
}, },

View file

@ -36,7 +36,7 @@ var advisorRelUtils = {
// may not need this // may not need this
this.firstName.attr('disabled', ''); this.firstName.attr('disabled', false);
}, },

View file

@ -27,7 +27,7 @@ var grantHasContributorUtils = {
this.personUri = $('#personUri'); this.personUri = $('#personUri');
// may not need this // may not need this
this.firstName.attr('disabled', ''); this.firstName.attr('disabled', false);
}, },

View file

@ -25,7 +25,7 @@ var orgHasPositionUtils = {
this.personUri = $('#personUri'); this.personUri = $('#personUri');
// may not need this // may not need this
this.firstName.attr('disabled', ''); this.firstName.attr('disabled', false);
}, },

View file

@ -30,7 +30,7 @@ var orgForTrainingUtils = {
this.degreeSelector = $('#degreeUri'); this.degreeSelector = $('#degreeUri');
// may not need this // may not need this
this.firstName.attr('disabled', ''); this.firstName.attr('disabled', false);
}, },

View file

@ -27,7 +27,7 @@ var projectHasParticipantUtils = {
this.personUri = $('#personUri'); this.personUri = $('#personUri');
// may not need this // may not need this
this.firstName.attr('disabled', ''); this.firstName.attr('disabled', false);
}, },

View file

@ -61,7 +61,7 @@ var publicationToPersonUtils = {
this.changeLink = this.pubAcSelection.children('p').children('#changeSelection'); this.changeLink = this.pubAcSelection.children('p').children('#changeSelection');
// may not need this // may not need this
this.firstName.attr('disabled', ''); this.firstName.attr('disabled', false);
}, },