1
mirror of https://github.com/cocktailpeanut/dalai synced 2025-03-13 10:24:28 +01:00
This commit is contained in:
cocktailpeanut 2023-03-22 13:00:32 -04:00
parent 7ceafb761c
commit d56cb9e190

View File

@ -299,7 +299,6 @@ ${fields}
config.id = "TS-" + Date.now() + "-" + Math.floor(Math.random() * 100000)
document.querySelector("#prompt-run").classList.add("hidden")
document.querySelector("#prompt-cancel").classList.remove("hidden")
buffer = "";
localStorage.setItem("config", JSON.stringify(config))
socket.emit('request', config)
config.id = null