improved performance of vue modules

This commit is contained in:
Luca Haid
2025-08-04 12:15:21 +02:00
parent 32189b8899
commit 073ce045b9
13 changed files with 365 additions and 397 deletions

View File

@@ -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",