complete previous commit (+dirty auto corrections from IDE)

This commit is contained in:
2021-07-23 15:19:57 +02:00
parent 8384508c1a
commit b0ef9b6612
16 changed files with 66 additions and 241 deletions

View File

@@ -1,4 +1,4 @@
import { ShowHide } from 'ShowHide/show_hide.js';
import { ShowHide } from 'ShowHide';
let
k = document.getElementById('waitingForBirthContainer'),

View File

@@ -1,4 +1,4 @@
import { ShowHide } from 'ShowHide/show_hide.js';
import { ShowHide } from 'ShowHide';
const maritalStatus = document.getElementById("maritalStatus");
const maritalStatusDate = document.getElementById("maritalStatusDate");