make it possible to clear saved items in /submit

pull/157/head
Aevann 2023-06-24 20:07:14 +03:00
parent c62eec7203
commit 1b0ad9122e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ function savetext() {
for (const id of save_value)
{
const value = document.getElementById(id).value
if (value) localStorage.setItem(id, value)
localStorage.setItem(id, value)
}
for (const id of save_checked) {