From 757d3838bf7e361aaa854a91ea24ddf541fae557 Mon Sep 17 00:00:00 2001 From: ebolam Date: Tue, 18 Oct 2022 12:22:51 -0400 Subject: [PATCH] Remove Debug --- static/koboldai.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/static/koboldai.js b/static/koboldai.js index 960cdfbc..ffa12dc1 100644 --- a/static/koboldai.js +++ b/static/koboldai.js @@ -2747,17 +2747,6 @@ function Change_Theme(theme) { Acss.remove(); } } - //Fix the select box - theme = getCookie("theme", "monochrome"); - console.log("Selecting Theme: "+theme); - console.log(document.getElementById("selected_theme").childNodes); - for (element of document.getElementById("selected_theme").childNodes) { - console.log(element); - if (element.value == theme) { - element.selected = true; - console.log("changed theme"); - } - } recolorTokens(); create_theming_elements(); }