Also remove destkop decoration in index
This commit is contained in:
parent
092c12a449
commit
3a2d654ac3
1 changed files with 1 additions and 0 deletions
1
index.ts
1
index.ts
|
@ -105,6 +105,7 @@ if (layoutFromBase64.startsWith("wiki:")) {
|
||||||
// This is the default case: a builtin theme
|
// This is the default case: a builtin theme
|
||||||
InitUiElements.InitAll(layoutToUse, layoutFromBase64, testing, defaultLayout);
|
InitUiElements.InitAll(layoutToUse, layoutFromBase64, testing, defaultLayout);
|
||||||
} else {
|
} else {
|
||||||
|
document.getElementById("decoration-desktop").remove();
|
||||||
State.state = new State(undefined);
|
State.state = new State(undefined);
|
||||||
document.getElementById("messagesboxmobile").remove();
|
document.getElementById("messagesboxmobile").remove();
|
||||||
new MoreScreen(true)
|
new MoreScreen(true)
|
||||||
|
|
Loading…
Reference in a new issue