semantic markup update

This commit is contained in:
2026-01-18 21:29:54 +03:00
parent 1b863bea1b
commit c0505b4d4f
85 changed files with 7020 additions and 5953 deletions

View File

@@ -20,6 +20,8 @@
// [DEF:handleSubmit:Function]
// @PURPOSE: Validates and dispatches the passwords to resume the task.
// @PRE: All database passwords must be entered.
// @POST: 'resume' event is dispatched with passwords.
function handleSubmit() {
if (submitting) return;
@@ -38,6 +40,8 @@
// [DEF:handleCancel:Function]
// @PURPOSE: Cancels the password prompt.
// @PRE: Modal is open.
// @POST: 'cancel' event is dispatched and show is set to false.
function handleCancel() {
dispatch('cancel');
show = false;