Polish and bugfixes on import variables

This commit is contained in:
somebody
2022-09-15 22:13:54 -05:00
parent b7dc60bff8
commit 73b1e551fa
3 changed files with 2 additions and 6 deletions

View File

@@ -3474,7 +3474,6 @@ function sendPromptConfiguration() {
socket.emit("configure_prompt", data);
document.querySelector("#popup").classList.add("hidden");
document.querySelector("#prompt-config-container").classList.add("hidden");
$(".prompt-config-ph").remove();
}