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:
rjy7 2010-04-02 20:30:31 +00:00
parent 715d0c7026
commit 0a850b4473
4 changed files with 409 additions and 4 deletions

View file

@ -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');