jQuery was one of three javascript files that were not being built correctly. This fixes the Javascript issues.

This commit is contained in:
Steve Ireland
2023-03-07 19:18:12 -05:00
parent b23573dda5
commit d0ddf798b9
3 changed files with 7 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ $request = Services::request();
<?php if ($config['theme'] != 'flatly' && file_exists($_SERVER['DOCUMENT_ROOT'] . '/public/css/' . esc($config['theme']) . '.css')) { ?>
<link rel="stylesheet" type="text/css" href="<?php echo 'css/' . esc($config['theme']) . '.css' ?>"/>
<?php } ?>
<!-- minjs injector:css -->
<!-- minjs injector:js -->
<!-- endinjector -->
<?php endif; ?>