diff --git a/static/koboldai.js b/static/koboldai.js index 296fb460..e3eefeb1 100644 --- a/static/koboldai.js +++ b/static/koboldai.js @@ -208,6 +208,7 @@ function reset_story() { } document.getElementById("welcome_text").innerText = text; document.getElementById("welcome_text").classList.remove("hidden"); + document.getElementById('main-grid').setAttribute('option_length', 0); } function fix_text(val) {