Update worldmap.js
This commit is contained in:
parent
182c38b376
commit
e54b4dbef5
@ -1340,7 +1340,7 @@ function setMarker(data) {
|
||||
}
|
||||
|
||||
// console.log("DATA", typeof data, data);
|
||||
if (data.deleted) { // remove markers we are told to
|
||||
if (data.deleted == true) { // remove markers we are told to
|
||||
delMarker(data.name);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user