mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Calendar: Force display CSS attribute to deal with egw.getHiddenDimensions causing idden calendars
This commit is contained in:
parent
60cccc612b
commit
d1c71c31fc
@ -984,7 +984,8 @@ export class et2_calendar_timegrid extends et2_calendar_view implements et2_IDet
|
||||
{
|
||||
// Hidden on another tab, or no days for some reason
|
||||
var dim = egw.getHiddenDimensions(this.days, false);
|
||||
day_width = ( dim.w /Math.max(daycols_needed,1));
|
||||
day_width = (dim.w / Math.max(daycols_needed, 1));
|
||||
this.div.get(0).style.display = "";
|
||||
}
|
||||
|
||||
// Create any needed widgets - otherwise, we'll just recycle
|
||||
|
Loading…
Reference in New Issue
Block a user