remove param
This commit is contained in:
parent
d5082db30b
commit
cf6ca5c41e
|
@ -52,7 +52,7 @@ async function onLoad(): Promise<void> {
|
|||
pageTitleElement: document.querySelector("#pageTitle"),
|
||||
pageContentElement: document.querySelector("#pageContent"),
|
||||
resetElementContent: !true,
|
||||
onPageChange: async function (_) {
|
||||
onPageChange: async function () {
|
||||
pageState.currentPage = await pageRouter.getCurrentPageID();
|
||||
document.documentElement.dir = pageState.pageDirection;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue