mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Remove Debug
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user