1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Fixes #1225 - Broken paths to bootstrap glyphs.

This commit is contained in:
Cameron
2015-11-13 14:44:38 -08:00
parent 78efae0cae
commit ef1e1565ad
10 changed files with 296 additions and 9 deletions

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.min.css', 'jquery');
e107::css('core', 'bootstrap-datetimepicker/css/bootstrap-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);