mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Let single day view gets updated while printing
This commit is contained in:
parent
2282bf5906
commit
46e1867e7f
@ -2270,7 +2270,10 @@ var et2_calendar_timegrid = (function(){ "use strict"; return et2_calendar_view.
|
|||||||
}
|
}
|
||||||
|
|
||||||
// update day widgets, if not on single day view
|
// update day widgets, if not on single day view
|
||||||
if(this.day_widgets.length > 1)
|
//
|
||||||
|
// TODO: Find out why don't we update single day view
|
||||||
|
// Let the single day view participate in print calculation.
|
||||||
|
if(this.day_widgets.length > 0)
|
||||||
{
|
{
|
||||||
var day_width = (100 / this.day_widgets.length);
|
var day_width = (100 / this.day_widgets.length);
|
||||||
for(var i = 0; i < this.day_widgets.length; i++)
|
for(var i = 0; i < this.day_widgets.length; i++)
|
||||||
|
Loading…
Reference in New Issue
Block a user