fix debug mode

This commit is contained in:
Ludovic CANDELLIER
2023-02-06 23:52:20 +01:00
parent 60682f2295
commit 909336bb8b

View File

@@ -1,7 +1,7 @@
@if(!defined('LOAD_TREE'))
@push('scripts')
<script src="{{ asset('/assets/plugins/jqtree/tree.jquery.debug.js') }}"></script>
<script src="{{ asset('/assets/plugins/jqtree/tree.jquery.js') }}"></script>
@endpush
@push('css')