From 9249fb7384e4a55742632a374d16231dd9098c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Kr=C3=A4mer?= Date: Thu, 11 Aug 2016 15:09:40 +0200 Subject: [PATCH] #2014 --- lib/timeline/TimeStep.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timeline/TimeStep.js b/lib/timeline/TimeStep.js index 1d0afd12..1e5fc5a4 100644 --- a/lib/timeline/TimeStep.js +++ b/lib/timeline/TimeStep.js @@ -610,7 +610,7 @@ TimeStep.prototype.getClassName = function() { case 'day': var day = current.date(); var month = current.format('MMMM').toLowerCase(); - return 'vis-day' + day + ' vis-' + month + currentMonth(current) + even(day - 1); + return 'vis-day' + day + ' vis-' + month + currentMonth(current) + even(day - 1) + today(current) +' vis-' + current.format('dddd').toLowerCase();; case 'month': return 'vis-' + current.format('MMMM').toLowerCase() +