diff --git a/bot/static/index.html b/bot/static/index.html index 3527900..68e29c2 100644 --- a/bot/static/index.html +++ b/bot/static/index.html @@ -586,7 +586,7 @@ -
+
diff --git a/bot/static/js/status.js b/bot/static/js/status.js index b9da96c..13258fa 100644 --- a/bot/static/js/status.js +++ b/bot/static/js/status.js @@ -138,6 +138,7 @@ async function selectPromptEntry(promptId) { function clearPromptDisplay() { document.getElementById('prompt-metadata').innerHTML = ''; + document.getElementById('prompt-display').innerHTML = '
No prompt selected.
'; document.getElementById('last-prompt').textContent = ''; }