mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Calendar: Fix current time line sometimes missing in planner view
This commit is contained in:
parent
829bcf4602
commit
006bfefbe1
@ -852,6 +852,7 @@ var et2_calendar_planner = /** @class */ (function (_super) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
this.now_div.appendTo(this.grid)
|
this.now_div.appendTo(this.grid)
|
||||||
|
.show()
|
||||||
.css('left', row._time_to_position(now) + '%');
|
.css('left', row._time_to_position(now) + '%');
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
|
@ -1095,6 +1095,7 @@ export class et2_calendar_planner extends et2_calendar_view implements et2_IDeta
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
this.now_div.appendTo(this.grid)
|
this.now_div.appendTo(this.grid)
|
||||||
|
.show()
|
||||||
.css('left', row._time_to_position(now) + '%');
|
.css('left', row._time_to_position(now) + '%');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user