diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/map.js | 2 |
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>\ |