mirror of
https://github.com/cocktailpeanut/dalai
synced 2025-03-13 10:24:28 +01:00
cleanup
This commit is contained in:
parent
7ceafb761c
commit
d56cb9e190
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user