Gustavo Luigi 2023-07-29 21:28:58 -03:00
parent b887e03dee
commit d2d26063b6
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@
const urlBase = "{{url('/')}}";
const type = "{{$_type}}";
const locationField = "{{$_location_field}}";
const tagField = "{{$_tags_fielda??''}}";
const tagField = "{{$_tags_field??''}}";
let filterFields = {!! json_encode($_filter_fields) !!};
</script>
<script src="{{storage('assets/home/script.js')}}"></script>