NIHVIVO-194 Changed Javascript customForm file and object name to customFormTwoStep, in preparation for creating the customFormOneStep required by educational background form.
This commit is contained in:
parent
28416fc598
commit
c37f96372c
5 changed files with 774 additions and 419 deletions
|
@ -289,8 +289,8 @@
|
|||
<c:set var="submitLabel" value="Create position" />
|
||||
<% }
|
||||
|
||||
List<String> customJs = new ArrayList<String>(Arrays.asList("forms/js/customForm.js"
|
||||
//, "forms/js/personHasPositionHistory.js"
|
||||
List<String> customJs = new ArrayList<String>(Arrays.asList("forms/js/customFormTwoStep.js"
|
||||
//, "forms/js/customForm.js"
|
||||
));
|
||||
request.setAttribute("customJs", customJs);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue