Neues Schema wird nun wieder richtig erzeugt
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "spritzschema",
|
||||
"version": "1.3.2",
|
||||
"date": "2026-01-24",
|
||||
"version": "1.3.3",
|
||||
"date": "2026-02-15",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
@@ -38,7 +38,7 @@ document.addEventListener('DOMContentLoaded', async function () {
|
||||
schema.data[parseInt(field.id.slice(2))-1].einheit = status === true ? curEinheit : 0
|
||||
await storeData(schema)
|
||||
fillSchema(schema)
|
||||
if (e.srcElement.id === 'bt35') {
|
||||
if (field.id === 'bt35') {
|
||||
let ldt = DateTime.fromISO(d)
|
||||
ldt = ldt.plus({day: 1})
|
||||
await initSchema(ldt.toFormat('y-LL-dd'))
|
||||
|
||||
Reference in New Issue
Block a user