V1.3.1: mongo mit auth

optik etwas angepasst
This commit is contained in:
2026-01-19 13:15:29 +00:00
parent b0ee6043fa
commit f2be1f1d10
7 changed files with 53 additions and 5 deletions

View File

@@ -8,7 +8,10 @@ document.addEventListener('DOMContentLoaded', async function () {
await initSchema('2023-05-01')
}
let ret = await getData()
let ret = await fetch('debug')
let url = await ret.json()
ret = await getData()
let schema = ret.data
if(curEinheit === 0) {
curEinheit = schema.einheit
@@ -20,6 +23,9 @@ document.addEventListener('DOMContentLoaded', async function () {
async function markField (e) {
let field = e.target;
if (field.id === 'inner') {
field = e.target.parentElement
}
let d = schema.data[34].day
field.setAttribute('aria-label','x');
// field.setAttribute('disabled','disabled');