summaryrefslogtreecommitdiff
path: root/map.js
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2013-12-30 02:41:22 +0000
committerChristian Pointner <equinox@ffgraz.net>2013-12-30 02:41:22 +0000
commit736522335971a165326b741632dbd5e1efdf6ec3 (patch)
tree67c46a7819473edab3b7b4f1ddba4dceb645a4fc /map.js
parentdbc4875e553af4d617bba3d2450562c0671aea95 (diff)
cleanup
Diffstat (limited to 'map.js')
-rw-r--r--map.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/map.js b/map.js
index 8f7a088..a248b1c 100644
--- a/map.js
+++ b/map.js
@@ -497,7 +497,6 @@ function addNewNodeText(point) {
}
function setNewMarker(point) {
-// TODO: make this dragable??
var marker = new google.maps.Marker({position: point, icon: makeIcon('newnode')});
var infowindow = new google.maps.InfoWindow({ content: addNewNodeText(point) });
google.maps.event.addListener(infowindow,"closeclick",function () { marker.setMap(null); });