NIHVIVO-194 First draft of educational background form. Degree select doesn't get populated, so committing now so BrianC can take a look.
This commit is contained in:
parent
a3824b1656
commit
715d0c7026
6 changed files with 159 additions and 83 deletions
|
@ -59,8 +59,8 @@ var customFormTwoStep = {
|
|||
|
||||
// Read values used to control display
|
||||
this.editType = $("input[name='editType']").val();
|
||||
this.entryType = $("input[name='entryType']").val().capitalize();
|
||||
this.secondaryType = $("input[name='secondaryType']").val().capitalize();
|
||||
this.entryType = $("input[name='entryType']").val().capitalizeWords();
|
||||
this.secondaryType = $("input[name='secondaryType']").val().capitalizeWords();
|
||||
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue