VIVO-573
This commit is contained in:
parent
d779300c9d
commit
5f848c825e
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ var newIndividualFormUtils = {
|
|||
this.lName = $('#lastName');
|
||||
this.mName = $('#middleName');
|
||||
this.rdfsLabel = $('#label');
|
||||
this.submitButton = $('#submit');
|
||||
},
|
||||
|
||||
bindEventListeners: function() {
|
||||
|
@ -22,6 +23,7 @@ var newIndividualFormUtils = {
|
|||
|
||||
this.form.submit(function() {
|
||||
newIndividualFormUtils.buildRDFSLabel();
|
||||
newIndividualFormUtils.submitButton.attr("disabled",true);
|
||||
});
|
||||
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue