This commit is contained in:
pietervdvn 2022-09-21 02:23:19 +02:00
parent 603fecb107
commit b4df711d37

View file

@ -125,7 +125,7 @@ class SelectTemplate extends Combine implements FlowStep<{ title: string, pages:
}
let path = window.location.pathname
path = path.substring(0, path.lastIndexOf("/"))
return window.location.protocol + "//" + window.location.host + path + + "/" + spec
return window.location.protocol + "//" + window.location.host + path + "/" + spec
}
}