1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 11:36:08 +02:00

Changed to bootstrap tags (instead of jquery-ui)

This commit is contained in:
Cameron
2013-03-15 20:44:37 -07:00
parent 98b8953492
commit 3096bd2b6c
6 changed files with 221 additions and 453 deletions

View File

@@ -76,9 +76,11 @@ function loadJSAddons()
e107::js('core', 'password/jquery.pwdMeter.js', 'jquery', 2);
e107::js("core", "tags/jquery.tagit.js","jquery",3);
e107::css('core', 'tags/jquery.tagit.css', 'jquery');
// e107::css('core', 'bootstrap-tag/bootstrap-tag.css', 'jquery');
e107::js('core', 'bootstrap-tag/bootstrap-tag.js', 'jquery', 2);
// e107::js("core", "tags/jquery.tagit.js","jquery",3);
// e107::css('core', 'tags/jquery.tagit.css', 'jquery');
e107::css('core', 'core/admin.jquery.css', 'jquery');
e107::js("core", "core/admin.jquery.js","jquery",4); // Load all default functions.