mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
Merge pull request #1225 from openclassify/dia
#4826 emlak24-theme need this week
This commit is contained in:
commit
330b703904
@ -42,11 +42,9 @@
|
|||||||
url: '{{ url('mapJson') }}',
|
url: '{{ url('mapJson') }}',
|
||||||
data: QueryString(window.location.href),
|
data: QueryString(window.location.href),
|
||||||
success: function (data) {
|
success: function (data) {
|
||||||
console.log(data)
|
|
||||||
var ilans = data;
|
var ilans = data;
|
||||||
var locations = [];
|
var locations = [];
|
||||||
ilans.forEach(function (i, key) {
|
ilans.forEach(function (i, key) {
|
||||||
console.log(2)
|
|
||||||
if (i.map_Val) {
|
if (i.map_Val) {
|
||||||
countMap++;
|
countMap++;
|
||||||
var loc_array = i.map_Val.split(',');
|
var loc_array = i.map_Val.split(',');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user