This commit is contained in:
Ludovic CANDELLIER
2021-08-24 22:26:37 +02:00
parent 8d51ced269
commit f32ac13f1e
7 changed files with 65 additions and 79 deletions

View File

@@ -0,0 +1,6 @@
@if(!defined('LOAD_FANCYTREE'))
@push('scripts')
<script src="{{ asset('/assets/plugins/fancytree/jquery.fancytree-all-deps.min.js') }}"></script>
@endpush
@php(define('LOAD_FANCYTREE', true))
@endif