Skip to content

Commit

Permalink
Upgraded Bootstrap to v5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Apr 21, 2023
1 parent 14f5142 commit 3b4c583
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions e107_handlers/library_manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@ public function config()
'variants' => array(),
// Override library path to CDN.
//https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css
'library_path' => 'https://cdn.jsdelivr.net/npm/bootstrap@5.1.3',
'library_path' => 'https://cdn.jsdelivr.net/npm/bootstrap@5.2.3',
'path' => '',
'version' => '5.1.3',
'version' => '5.2.3',
);


Expand Down Expand Up @@ -410,7 +410,7 @@ public function config()
'variants' => array(),
'library_path' => '{e_WEB}lib/bootstrap',
'path' => '5',
'version' => '5.1.3',
'version' => '5.2.3',
);


Expand Down
8 changes: 4 additions & 4 deletions e107_web/lib/bootstrap/5/css/bootstrap.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions e107_web/lib/bootstrap/5/js/bootstrap.bundle.min.js

Large diffs are not rendered by default.

0 comments on commit 3b4c583

Please sign in to comment.