mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 02:45:25 +00:00
(css,js) Fix display of all-day events
This commit is contained in:
@@ -85,8 +85,10 @@
|
||||
// Set position
|
||||
iElement.css('left', left + '%');
|
||||
iElement.css('right', right + '%');
|
||||
iElement.addClass('starts' + scope.block.start);
|
||||
iElement.addClass('lasts' + scope.block.length);
|
||||
if (!scope.block.component || !scope.block.component.c_isallday) {
|
||||
iElement.addClass('starts' + scope.block.start);
|
||||
iElement.addClass('lasts' + scope.block.length);
|
||||
}
|
||||
|
||||
// Set background color
|
||||
if (scope.block.component)
|
||||
|
||||
Reference in New Issue
Block a user