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

Updated Bootstrap Library to 5.3.3

This commit is contained in:
camer0n
2025-01-05 08:20:48 -08:00
parent 6ed8377b0e
commit 280a9aa099
3 changed files with 9 additions and 10 deletions

View File

@@ -379,9 +379,9 @@ class core_library
'variants' => array(), 'variants' => array(),
// Override library path to CDN. // Override library path to CDN.
//https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css //https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css
'library_path' => 'https://cdn.jsdelivr.net/npm/bootstrap@5.2.3', 'library_path' => 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.3',
'path' => '', 'path' => '',
'version' => '5.2.3', 'version' => '5.3.3',
); );
@@ -411,7 +411,7 @@ class core_library
'variants' => array(), 'variants' => array(),
'library_path' => '{e_WEB}lib/bootstrap', 'library_path' => '{e_WEB}lib/bootstrap',
'path' => '5', 'path' => '5',
'version' => '5.2.3', 'version' => '5.3.3',
); );

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long