Revert commit that made kaamrev lose his hard work

This reverts commit 1b0ad9122e.
pull/158/head
Aevann 2023-06-27 20:05:27 +03:00
parent 6f1c7c69ac
commit 8d1189d323
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
localStorage.setItem(id, value)
if (value) localStorage.setItem(id, value)
}
for (const id of save_checked) {