mirror of
https://github.com/e107inc/e107.git
synced 2025-06-06 19:06:39 +02:00
Fixes #1215 - Broken path to datetimepicker.css
This commit is contained in:
parent
d0b3ef2923
commit
6e140bdba3
@ -61,7 +61,7 @@ function loadJSAddons()
|
||||
// TODO: remove typeahead.
|
||||
e107::js('core', 'bootstrap-jasny/js/jasny-bootstrap.js', 'jquery', 2);
|
||||
|
||||
e107::css('core', 'bootstrap-datetimepicker/css/datetimepicker.css', 'jquery');
|
||||
e107::css('core', 'bootstrap-datetimepicker/css/datetimepicker.min.css', 'jquery');
|
||||
e107::js('core', 'bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js', 'jquery', 2);
|
||||
|
||||
e107::js('core', 'jquery.h5validate.min.js','jquery',2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user