From 3a2d654ac3b47e5c8fc46d8003a58290f87ee57a Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Thu, 14 Jan 2021 23:33:35 +0100 Subject: [PATCH] Also remove destkop decoration in index --- index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.ts b/index.ts index 0af46eb0f..18061dc34 100644 --- a/index.ts +++ b/index.ts @@ -105,6 +105,7 @@ if (layoutFromBase64.startsWith("wiki:")) { // This is the default case: a builtin theme InitUiElements.InitAll(layoutToUse, layoutFromBase64, testing, defaultLayout); } else { + document.getElementById("decoration-desktop").remove(); State.state = new State(undefined); document.getElementById("messagesboxmobile").remove(); new MoreScreen(true)