clean up files to put get_events in main file instead of add_to_scripts

This commit is contained in:
lenovo
2022-11-09 14:45:09 +01:00
parent 80c1683904
commit 2a759d1d86
8 changed files with 106 additions and 52 deletions

View File

@@ -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;
}