fix debug mode

This commit is contained in:
Ludovic CANDELLIER
2023-02-06 23:52:20 +01:00
parent bb1e1a6b18
commit e8ae460bab

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')