NIHVIVO-194 On positionHistory and educationalBackground custom forms, changed id "entry" to class "entry", to accomodate the fact that educationalBackground form has more than one persistent div.
This commit is contained in:
parent
715d0c7026
commit
0a850b4473
4 changed files with 409 additions and 4 deletions
|
@ -51,7 +51,7 @@ var customFormTwoStep = {
|
|||
this.addNewLink = $('#addNewLink');
|
||||
this.existing = $('#existing');
|
||||
this.addNew = $('#new');
|
||||
this.entry = $('#entry');
|
||||
this.entry = $('.entry');
|
||||
this.existingOrNew = $('#existingOrNew');
|
||||
|
||||
this.cancel = this.form.find('.cancel');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue