Open ottojo opened 1 year ago
The webapp just filters that
slotsClean: function() {
let slotsClean = {};
$.each(this.slots, function(zeitstart, rest) {
if (rest != -1) {
slotsClean[zeitstart] = rest;
}
})
console.log('slotsrange2', {
slotsClean,
slots: this.slots
})
return slotsClean;
},
site does not display last entry