mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Make sure sidebox template is loaded also
This commit is contained in:
parent
ffad978c81
commit
bb380e2c59
@ -2943,7 +2943,7 @@ app.classes.calendar = AppJS.extend(
|
||||
_et2_view_init: function(_et2, _name)
|
||||
{
|
||||
var hidden = typeof this.state.view !== 'undefined';
|
||||
var all_loaded = true;
|
||||
var all_loaded = this.sidebox_et2 !== null;
|
||||
|
||||
// Avoid home portlets using our templates, and get them right
|
||||
if(_et2.uniqueId.indexOf('portlet') === 0) return;
|
||||
|
Loading…
Reference in New Issue
Block a user