1
0
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:
Cameron 2015-11-05 11:41:23 -08:00
parent d0b3ef2923
commit 6e140bdba3

View File

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