clean up files to put get_events in main file instead of add_to_scripts
This commit is contained in:
@@ -22,7 +22,7 @@ function create_markers(map, locations, infowindow) {
|
||||
for (loc of locations) {
|
||||
|
||||
if (loc.coordinates == null) {
|
||||
console.log("coordinates == null");
|
||||
//console.log("coordinates == null");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user