NIHVIVO-2016 Removed customFormWithAutocomplete css and js from dateTimeValue and dateTimeInterval custom forms. Was causing the submit button to be hidden on page load.

This commit is contained in:
nac26 2011-02-04 21:23:25 +00:00
parent eae86daac4
commit 4157612f57
2 changed files with 4 additions and 8 deletions

View file

@ -239,14 +239,12 @@
}
List<String> customJs = new ArrayList<String>(Arrays.asList(JavaScript.JQUERY_UI.path(),
JavaScript.CUSTOM_FORM_UTILS.path(),
"/edit/forms/js/customFormWithAutocomplete.js"
JavaScript.CUSTOM_FORM_UTILS.path()
));
request.setAttribute("customJs", customJs);
List<String> customCss = new ArrayList<String>(Arrays.asList(Css.JQUERY_UI.path(),
Css.CUSTOM_FORM.path(),
"/edit/forms/css/customFormWithAutocomplete.css"
Css.CUSTOM_FORM.path()
));
request.setAttribute("customCss", customCss);