V1.3.1: mongo mit auth
optik etwas angepasst
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -76,14 +76,14 @@ footer {
|
||||
}
|
||||
|
||||
#lowline {
|
||||
color: black;
|
||||
width: 100%;
|
||||
clear: float;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
#eh {
|
||||
color: black;
|
||||
float: right;
|
||||
margin-right: -20px;
|
||||
}
|
||||
#wtg {
|
||||
float: left;
|
||||
|
||||
Reference in New Issue
Block a user