forked from MapComplete/MapComplete
Fix typo
This commit is contained in:
parent
603fecb107
commit
b4df711d37
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class SelectTemplate extends Combine implements FlowStep<{ title: string, pages:
|
||||||
}
|
}
|
||||||
let path = window.location.pathname
|
let path = window.location.pathname
|
||||||
path = path.substring(0, path.lastIndexOf("/"))
|
path = path.substring(0, path.lastIndexOf("/"))
|
||||||
return window.location.protocol + "//" + window.location.host + path + + "/" + spec
|
return window.location.protocol + "//" + window.location.host + path + "/" + spec
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue