Commit 1cf3c06f authored by Johannes Bill's avatar Johannes Bill

modifications for hallo-nachbarn 2

parent a1e2dfd9
......@@ -10,8 +10,8 @@ function mapEvents(intervals) {
var splitIntervals = intervals;
return splitIntervals.map(function(evt) {
return {
startDate: evt[0],
endDate: evt[1]
from: evt[0],
to: evt[1]
}
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment