mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-13 16:32:49 -04:00
jQuery was one of three javascript files that were not being built correctly. This fixes the Javascript issues.
This commit is contained in:
@@ -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; ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user