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 @@ - - - + \ No newline at end of file diff --git a/templates/popups.html b/templates/popups.html index 1a6e0051..594da66f 100644 --- a/templates/popups.html +++ b/templates/popups.html @@ -109,4 +109,37 @@ + + + + + \ No newline at end of file