aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-12-08 15:03:20 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-12-08 15:03:20 +0000
commit9f0accc0b55bd8930ae1b7c91c946d16239b7bb3 (patch)
treeb4f3ca76eda561df4d957decf24ef5164967dd30
parenteba539d3a8721343acee1b3ab419a29bae42e2c0 (diff)
downloadhealth-map-9f0accc0b55bd8930ae1b7c91c946d16239b7bb3.tar
health-map-9f0accc0b55bd8930ae1b7c91c946d16239b7bb3.tar.gz
Fix the JOSM link
-rw-r--r--resources/map.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/map.js b/resources/map.js
index 9ee6aec..6077643 100644
--- a/resources/map.js
+++ b/resources/map.js
@@ -5,7 +5,7 @@ $(document).ready(function() {
self.popupTemplate = _.template('<a href="http://www.openstreetmap.org/edit?editor=potlatch2&lat=<%= coordinate[1] %>&lon=<%= coordinate[0] %>&zoom=18">\
<img src="resources/img/potlatch.png">\
</a>\
-<a href="http://www.openstreetmap.org/edit?editor=remote2&lat=<%= coordinate[1] %>&lon=<%= coordinate[0] %>&zoom=18">\
+<a href="http://www.openstreetmap.org/edit?editor=remote&lat=<%= coordinate[1] %>&lon=<%= coordinate[0] %>&zoom=18">\
<img src="resources/img/josm.png">\
</a>\
<table>\