NIHVIVO-646 Add new person as author in add authors to publication form

This commit is contained in:
rjy7 2010-06-22 20:59:30 +00:00
parent bd39967cc9
commit 2ba250717c

View file

@ -61,6 +61,11 @@ var addAuthorForm = {
this.submit.click(function() {
addAuthorForm.prepareFieldValuesForSubmit();
});
this.lastNameField.blur(function() {
addAuthorForm.firstNameWrapper.show();
addAuthorForm.middleNameWrapper.show();
});
},
// This view shows the list of existing authors and hides the form.