Marking a resercation as processed

This commit is contained in:
2024-07-25 13:51:31 +02:00
parent ca1e72c676
commit fcd29cc082
5 changed files with 54 additions and 6 deletions

View File

@ -97,12 +97,6 @@ function Prompt() {
c.didOpen();
}
},
preConfirm: () => {
return [
document.getElementById('start').value,
document.getElementById('end').value,
]
},
})
if (c.callback !== undefined) {