diff --git a/static/koboldai.js b/static/koboldai.js index d996dc58..c62fdc70 100644 --- a/static/koboldai.js +++ b/static/koboldai.js @@ -2829,7 +2829,7 @@ function close_menus() { document.getElementById('save-confirm').classList.add("hidden"); document.getElementById('error_message').classList.add("hidden"); document.getElementById("advanced_theme_editor").classList.add("hidden"); - + document.getElementById("context-viewer-container").classList.add("hidden"); //unselect sampler items for (temp of document.getElementsByClassName("sample_order")) { diff --git a/templates/index_new.html b/templates/index_new.html index a04ee9d1..1af01ab6 100644 --- a/templates/index_new.html +++ b/templates/index_new.html @@ -113,41 +113,10 @@ -