1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00

jslib path update

e_css removal related JS fix (Prototype environment only)
This commit is contained in:
SecretR
2012-11-26 20:06:19 +02:00
parent c05a723b87
commit 5f227ef66c
3 changed files with 16 additions and 16 deletions

View File

@@ -398,11 +398,12 @@ e107::getJs()->renderJs('header', 5);
* TODO - remove it from here, should be registered to e_jsmanager
* or better - moved to core init.js(.php)
*/
e107::js('inline',"\$('e-js-css').remove();
//\$('e-js-css').remove();
e107::js('inline',"
document.observe('dom:loaded', function () {
e107Event.trigger('loaded', null, document);
});",'prototype',5);
});
",'prototype',5);
e107::getJs()->renderJs('header_inline', 5);