mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 02:18:28 +02:00
Use destroy instead of free
This commit is contained in:
parent
11b661c726
commit
df9e708b55
@ -205,7 +205,7 @@ etemplate2.prototype.clear = function()
|
||||
// Un-register handler
|
||||
this.widgetContainer.egw().unregisterJSONPlugin(etemplate2_handle_assign, this, 'assign');
|
||||
|
||||
this.widgetContainer.free();
|
||||
this.widgetContainer.destroy();
|
||||
this.widgetContainer = null;
|
||||
}
|
||||
jQuery(this.DOMContainer).empty();
|
||||
|
Loading…
x
Reference in New Issue
Block a user