mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Another attempt at reducing Firefox weirdness, which might be related to the order of template processing
This commit is contained in:
parent
012d8faf7f
commit
3f96725bdb
@ -2997,10 +2997,6 @@ app.classes.calendar = AppJS.extend(
|
|||||||
{
|
{
|
||||||
$j(_et2.DOMContainer).hide();
|
$j(_et2.DOMContainer).hide();
|
||||||
}
|
}
|
||||||
if(all_loaded)
|
|
||||||
{
|
|
||||||
this.setState({state:this.state});
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -3018,6 +3014,10 @@ app.classes.calendar = AppJS.extend(
|
|||||||
},this.sidebox_hooked_templates.length -1));
|
},this.sidebox_hooked_templates.length -1));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(all_loaded)
|
||||||
|
{
|
||||||
|
this.setState({state:this.state});
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user