mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
Issue #2745 - Move JS files to footer. (Tested with and without JS/CSS caching)
This commit is contained in:
@@ -814,7 +814,8 @@ class e_parse_shortcode
|
||||
|
||||
if(isset($this->editableCodes['perms']) && getperms($this->editableCodes['perms']))
|
||||
{
|
||||
e107::js('core', 'jquery.contenteditable.js', 'jquery');
|
||||
// TODO use Library Manager...
|
||||
e107::js('footer', '{e_WEB}js/jquery.contenteditable.js', 'jquery', 2);
|
||||
|
||||
$_SESSION['editable'][e_TOKEN] = $this->editableCodes;
|
||||
|
||||
|
Reference in New Issue
Block a user