You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.
the first part : 'vis-day' + current.date() + ' vis-' + current.format('MMMM').toLowerCase() + today(current) + currentMonth(current)
is used in condition calculation, and therefore, never added in html
Some bracket may be needed
The text was updated successfully, but these errors were encountered:
I dont find it in forum, and it look like a bug :
TimeStep.prototype.getClassName :
case 'day': (and maybe some other)
return 'vis-day' + current.date() + ' vis-' + current.format('MMMM').toLowerCase() + today(current) + currentMonth(current) + this.step <= 2 ? today(current) : '' + this.step <= 2 ? ' vis-' + current.format('dddd').toLowerCase() : '' + even(current.date() - 1);
the first part :
'vis-day' + current.date() + ' vis-' + current.format('MMMM').toLowerCase() + today(current) + currentMonth(current)
is used in condition calculation, and therefore, never added in html
Some bracket may be needed
The text was updated successfully, but these errors were encountered: