master
parent
b887e03dee
commit
d2d26063b6
|
@ -140,7 +140,7 @@
|
||||||
const urlBase = "{{url('/')}}";
|
const urlBase = "{{url('/')}}";
|
||||||
const type = "{{$_type}}";
|
const type = "{{$_type}}";
|
||||||
const locationField = "{{$_location_field}}";
|
const locationField = "{{$_location_field}}";
|
||||||
const tagField = "{{$_tags_fielda??''}}";
|
const tagField = "{{$_tags_field??''}}";
|
||||||
let filterFields = {!! json_encode($_filter_fields) !!};
|
let filterFields = {!! json_encode($_filter_fields) !!};
|
||||||
</script>
|
</script>
|
||||||
<script src="{{storage('assets/home/script.js')}}"></script>
|
<script src="{{storage('assets/home/script.js')}}"></script>
|
||||||
|
|
Loading…
Reference in New Issue