Merge pull request #1225 from openclassify/dia

#4826 emlak24-theme need this week
This commit is contained in:
Fatih Alp 2021-11-07 14:04:22 +03:00 committed by GitHub
commit 330b703904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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(',');