mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#4826 emlak24-theme need this week
This commit is contained in:
parent
ff99effc53
commit
1c3a43f8d9
@ -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(',');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user