#4826 emlak24-theme need this week

This commit is contained in:
diashalabi 2021-11-07 13:41:16 +03:00
parent ff99effc53
commit 1c3a43f8d9

View File

@ -42,11 +42,9 @@
url: '{{ url('mapJson') }}',
data: QueryString(window.location.href),
success: function (data) {
console.log(data)
var ilans = data;
var locations = [];
ilans.forEach(function (i, key) {
console.log(2)
if (i.map_Val) {
countMap++;
var loc_array = i.map_Val.split(',');