mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
Make currently browsed widget available for console playing as window.wb_widget
This commit is contained in:
parent
0ae58e39de
commit
b66a74ff03
@ -108,7 +108,7 @@ widget_browser.prototype.select_widget = function(e,f)
|
||||
var attrs = {};
|
||||
|
||||
|
||||
this.widget = et2_createWidget(type, attrs, this.et2.widgetContainer);
|
||||
window.wb_widget = this.widget = et2_createWidget(type, attrs, this.et2.widgetContainer);
|
||||
this.widget.loadingFinished();
|
||||
|
||||
// Attribute list
|
||||
|
Loading…
Reference in New Issue
Block a user