We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d4a70 commit bb39eceCopy full SHA for bb39ece
js/map.js
@@ -99,7 +99,7 @@ function put_markers(map, remotes) {
99
}
100
101
function makeALink(coords) {
102
- return '<a href="http://' + coords + '">' + coords + '</a>';
+ return '<a href="http://' + coords + '/">' + coords + '</a>';
103
104
105
function put_marker_by_host(map, coords, host, port) {
0 commit comments