Übrnahme der Einheiten

launch.json
   -Port für Mongo

public/javascript/script.js
   - Einheite richtig mit abspeichern

package.json:
  "version": "1.2.1",
  "date": "2023-07-06",
This commit is contained in:
rxf
2023-07-06 14:40:51 +02:00
parent 0b82819524
commit ed458b209a
3 changed files with 5 additions and 4 deletions

View File

@@ -36,7 +36,8 @@ document.addEventListener('DOMContentLoaded', async function () {
async function enterEinheit (e) {
let field = e.target;
curEinheit = field.value
curEinheit = parseInt(field.value)
schema.einheit = curEinheit
}
function buildCellHtml(day, einheit) {