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:
rjy7 2010-04-02 15:59:48 +00:00
parent 28416fc598
commit c37f96372c
5 changed files with 774 additions and 419 deletions

View file

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