Release v2.5.6

This commit is contained in:
2026-08-05 19:38:16 +01:00
parent a8ef35b287
commit 9f831f04bc
161 changed files with 8487 additions and 1295 deletions
@@ -10,6 +10,10 @@
return;
}
function markDirty() {
form.dataset.dirty = 'true';
}
function pad(value) {
return String(value).padStart(2, '0');
}
@@ -95,6 +99,7 @@
}
button.addEventListener('click', function () {
row.remove();
markDirty();
});
}
@@ -106,6 +111,7 @@
}
bindRemove(row);
body.appendChild(fragment);
markDirty();
}
body.querySelectorAll('[data-timetable-entry-row]').forEach(function (row) {