lint
This commit is contained in:
parent
051ae5953f
commit
0b5fa06a39
1 changed files with 1 additions and 1 deletions
|
@ -33,5 +33,5 @@ $(document).ready(function () {
|
|||
|
||||
if (id.data("gpx")) params.set("gpx", id.data("gpx"));
|
||||
|
||||
id.attr("src", id.data("url") + "#" + params.toString().replace('+', '%20'));
|
||||
id.attr("src", id.data("url") + "#" + params.toString().replace("+", "%20"));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue