Commit aaefcd79 authored by Johannes Bill's avatar Johannes Bill

minor change

parent 2271e62f
...@@ -461,7 +461,7 @@ function weekViewData(dataObj, now) { ...@@ -461,7 +461,7 @@ function weekViewData(dataObj, now) {
var labelText = moment(day.date).format(DAY_FORMAT); var labelText = moment(day.date).format(DAY_FORMAT);
if(isToday) labelText = "Heute, " + labelText; if(isToday) labelText = "Heute, " + labelText;
dayLabels.push({ dayLabels.push({
class: "label-day-" + day.date.getDay() + isTodayCls, class: "label-day day-" + day.date.getDay() + isTodayCls,
text: labelText text: labelText
}); });
var date0 = new Date(day.date); var date0 = new Date(day.date);
......
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