Merge master

This commit is contained in:
Pieter Vander Vennet 2020-09-30 23:06:22 +02:00
commit bb4411d443
6 changed files with 20 additions and 9 deletions

View file

@ -10,4 +10,4 @@ oh.GetValue().addCallback(data => console.log(data))
new VariableUiElement(oh.GetValue().map(ohs => {
return ohs.map((oh: OpeningHour) => oh.weekdayStart + " " + oh.startHour + ":" + oh.startMinutes + " --> " +
oh.weekdayEnd + " " + oh.endHour + ":" + oh.endMinutes).join(",")
})).AttachTo("extradiv");
})).AttachTo("extradiv");