mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Fixes #4272 - fixed JS file loading order so that inline code is run after cached scripts.
This commit is contained in:
parent
072c1b3a90
commit
5a7e382efb
@ -564,10 +564,11 @@ e107Event.trigger('loaded', null, document);
|
||||
});
|
||||
",'prototype',5);
|
||||
|
||||
e107::getJs()->renderCached('js');
|
||||
e107::getJs()->renderJs('header_inline', 5);
|
||||
|
||||
|
||||
e107::getJs()->renderCached('js');
|
||||
|
||||
|
||||
|
||||
echo "</head>\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user