config: start adding path parameters
to change the urls of the admin page, the my account page and of invites. Seems to work, but need to check all the code over and test.
This commit is contained in:
@@ -73,6 +73,7 @@ export class PageManager {
|
||||
}
|
||||
|
||||
loadPage (p: Page) {
|
||||
console.log("loading page with", p.name || this.defaultName, p.title, p.url + window.location.search);
|
||||
window.history.pushState(p.name || this.defaultName, p.title, p.url + window.location.search);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user