mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
added popperjs because bootstrap5 requires it
This commit is contained in:
@@ -60,7 +60,11 @@
|
||||
if ($bootstrap3 === true) generateJSsInclude('vendor/twbs/bootstrap3/dist/js/bootstrap.min.js');
|
||||
|
||||
// Bootstrap 5 JS
|
||||
if ($bootstrap5 === true) generateJSsInclude('vendor/twbs/bootstrap5/dist/js/bootstrap.min.js');
|
||||
if ($bootstrap5 === true)
|
||||
{
|
||||
generateJSsInclude('vendor/popperjs/popperjs2/core@2');
|
||||
generateJSsInclude('vendor/twbs/bootstrap5/dist/js/bootstrap.min.js');
|
||||
}
|
||||
|
||||
// Moment JS
|
||||
if ($momentjs2 === true)
|
||||
|
||||
Reference in New Issue
Block a user