fix: correctly stack all tomselect includes within js push directive

This commit is contained in:
2026-05-01 13:00:28 -04:00
parent bb71e41459
commit e19c077203
@@ -1,4 +1,3 @@
@push('js')
<script src="https://cdn.jsdelivr.net/npm/tom-select@2.4.3/dist/js/tom-select.complete.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/tom-select@2.4.3/dist/js/tom-select.complete.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/tom-select@2.4.3/dist/css/tom-select.bootstrap5.min.css" rel="stylesheet"> <link href="https://cdn.jsdelivr.net/npm/tom-select@2.4.3/dist/css/tom-select.bootstrap5.min.css" rel="stylesheet">
<script> <script>
@@ -14,4 +13,3 @@
}); });
}); });
</script> </script>
@endpush