Add custom form utils mixin to forms for educational background and position history.
This commit is contained in:
parent
cc480a3961
commit
ab3e088cdf
5 changed files with 23 additions and 33 deletions
|
@ -295,7 +295,9 @@
|
|||
<c:set var="submitLabel" value="Create position" />
|
||||
<% }
|
||||
|
||||
List<String> customJs = new ArrayList<String>(Arrays.asList("/edit/forms/js/customForm.js"
|
||||
List<String> customJs = new ArrayList<String>(Arrays.asList("/js/utils.js",
|
||||
"/js/customFormUtils.js",
|
||||
"/edit/forms/js/customForm.js"
|
||||
//, "/edit/forms/js/customFormTwoStep.js"
|
||||
));
|
||||
request.setAttribute("customJs", customJs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue