mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
Split panel widget. Mostly working, needs some more special case for working with nm - they both want full page
This commit is contained in:
@ -89,7 +89,9 @@ widget_browser.prototype.select_widget = function(e,f)
|
||||
// Clear previous widget
|
||||
if(this.widget)
|
||||
{
|
||||
this.et2.widgetContainer.removeChild(this.widget);
|
||||
this.widget.free();
|
||||
this.widget = null;
|
||||
}
|
||||
|
||||
// Get the type of widget
|
||||
|
Reference in New Issue
Block a user