mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
Library path fix for tinymce4.
This commit is contained in:
@@ -112,6 +112,7 @@ class core_library
|
||||
),
|
||||
),
|
||||
),
|
||||
'library_path' => '{e_WEB}lib/jquery',
|
||||
'path' => '2.2.4',
|
||||
);
|
||||
|
||||
@@ -183,7 +184,7 @@ class core_library
|
||||
),
|
||||
),
|
||||
// Override library path.
|
||||
'library_path' => '{e_WEB}lib/jquery-once/',
|
||||
'library_path' => '{e_WEB}lib/jquery-once',
|
||||
);
|
||||
|
||||
// jQuery UI (CDN).
|
||||
@@ -362,6 +363,7 @@ class core_library
|
||||
),
|
||||
),
|
||||
),
|
||||
'library_path' => '{e_WEB}lib/bootstrap',
|
||||
'path' => '3.3.7',
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user