Hard code osm.org into the shortcode permalink.
This commit is contained in:
parent
095d9813a8
commit
ddf44b07c8
1 changed files with 2 additions and 2 deletions
|
@ -93,9 +93,9 @@ function updatelinks(lon,lat,zoom,layers,minlon,minlat,maxlon,maxlat) {
|
||||||
// show me the Right way to do it.
|
// show me the Right way to do it.
|
||||||
if (layers && (layers != "B000FTF")) {
|
if (layers && (layers != "B000FTF")) {
|
||||||
args["layers"] = layers;
|
args["layers"] = layers;
|
||||||
node.href = setArgs("/go/" + code, args);
|
node.href = setArgs("http://osm.org/go/" + code, args);
|
||||||
} else {
|
} else {
|
||||||
node.href = "/go/" + code;
|
node.href = "http://osm.org/go/" + code;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue