|
|
@ -656,7 +656,7 @@ TimeStep.prototype.getClassName = function() { |
|
|
|
classNames.push(even(current.minutes())); |
|
|
|
break; |
|
|
|
case 'hour': |
|
|
|
classNames.push('vis-h' + current.hours() + this.step == 4 ? '-h' + (current.hours() + 4) : ''); |
|
|
|
classNames.push('vis-h' + current.hours() + (this.step == 4 ? '-h' + (current.hours() + 4) : '')); |
|
|
|
classNames.push(today(current)); |
|
|
|
classNames.push(even(current.hours())); |
|
|
|
break; |
|
|
|