Fix tree
This commit is contained in:
6
resources/views/load/form/tree/fancytree.blade.php
Normal file
6
resources/views/load/form/tree/fancytree.blade.php
Normal 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
|
||||
Reference in New Issue
Block a user