forked from extern/egroupware
Fix home js was not properly initialized, hopefully fixing portals could not be resized.
This commit is contained in:
parent
e20d5a2a1d
commit
a423e82de2
@ -777,7 +777,7 @@ app.classes.home = (function(){ "use strict"; return AppJS.extend(
|
|||||||
this.egw.set_preference('common', 'egw_tutorial_noautoload', widget.get_value());
|
this.egw.set_preference('common', 'egw_tutorial_noautoload', widget.get_value());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
})}).call(this);
|
||||||
|
|
||||||
/// Base class code
|
/// Base class code
|
||||||
|
|
||||||
@ -922,7 +922,7 @@ app.classes.home.home_favorite_portlet = app.classes.home.home_portlet.extend({
|
|||||||
this.portlet.getWidgetById('nm').refresh(_id,_type);
|
this.portlet.getWidgetById('nm').refresh(_id,_type);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});}).call(this);
|
});
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user