forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
bb4411d443
6 changed files with 20 additions and 9 deletions
2
test.ts
2
test.ts
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue