debug: move tomselect include to judgingentry.blade.php for testing

This commit is contained in:
2026-05-01 14:29:31 -04:00
parent 2db4ad18e3
commit b5bbe4d1b5
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -101,4 +101,3 @@
@push('js') @push('js')
@endpush @endpush
<script>console.log("TESTING SCRIPT RENDERING");</script> <script>console.log("TESTING SCRIPT RENDERING");</script>
@include('components.tomselect')
+2
View File
@@ -67,3 +67,5 @@
}); });
</script> </script>
@endpush @endpush
@include('components.tomselect')
@include('components.tomselect')