improved performance of vue modules
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
<?php endif; ?>
|
||||
|
||||
<script type="text/javascript">
|
||||
if (typeof jQuery === 'undefined') {
|
||||
throw new Error('jQuery not found. Please include jQuery before this script.');
|
||||
}
|
||||
|
||||
if ($(".selectpicker").length) {
|
||||
$(".selectpicker").selectpicker({
|
||||
iconBase: "fas",
|
||||
|
||||
Reference in New Issue
Block a user