1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

Changed Tabs code to bootstrap instead of jquery-ui

This commit is contained in:
Cameron
2013-02-25 02:47:23 -08:00
parent f028b5c18d
commit a2ea0f7a83
11 changed files with 370 additions and 358 deletions

View File

@@ -79,7 +79,7 @@ e107::js("core", "core/all.jquery.js","jquery",4); // Load all default functions
e107::js("core", "core/admin.js","prototype",3); // Load all default functions.
// e107::js("core", "core/admin.js","prototype",3); // Load all default functions.
//
@@ -382,11 +382,13 @@ e107::getJs()->renderJs('header', 5);
* Fire Event e107:loaded - Prototype only
*/
//\$('e-js-css').remove();
/*
e107::js('inline',"
document.observe('dom:loaded', function () {
e107Event.trigger('loaded', null, document);
});
",'prototype',5);
*/
e107::getJs()->renderJs('header_inline', 5);