mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 07:16:06 -06:00
hepsiemlak list page
This commit is contained in:
parent
1c0abee2fa
commit
5b2fdb804a
@ -1,5 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
let categories = {}
|
let categories = {};
|
||||||
catsPlaceholder = '{{ trans("visiosoft.module.advs::field.categories.name") }}';
|
catsPlaceholder = '{{ trans("visiosoft.module.advs::field.categories.name") }}';
|
||||||
</script>
|
</script>
|
||||||
{{ asset_add('scripts.js','visiosoft.module.advs::js/filter_modal.js') }}
|
{{ asset_add('scripts.js','visiosoft.module.advs::js/filter_modal.js') }}
|
||||||
|
|||||||
@ -126,6 +126,6 @@
|
|||||||
<div class="filter-location-back" style="display: none"></div>
|
<div class="filter-location-back" style="display: none"></div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var null_msg = "{{ trans('visiosoft.module.location::message.null_msg') }}!"
|
var null_msg = "{{ trans('visiosoft.module.location::message.null_msg') }}!";
|
||||||
var defaultCountry = "{{ defaultCountry }}";
|
var defaultCountry = "{{ defaultCountry }}";
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user