diff --git a/ground/views/indexTemplate.php b/ground/views/indexTemplate.php index 2d0477c..6a43193 100644 --- a/ground/views/indexTemplate.php +++ b/ground/views/indexTemplate.php @@ -63,6 +63,7 @@ +
diff --git a/public/js/map.js b/public/js/map.js index 9d83920..d9d0b62 100644 --- a/public/js/map.js +++ b/public/js/map.js @@ -236,7 +236,7 @@ function showInfo(id) history.pushState({pointId: id}, document.title, "/?point=" + id); document.title = points[id].options.title; - marker.openPopup(); +// marker.openPopup(); } }