mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-10 16:08:34 +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 = {};
|
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();
|
this.widget.loadingFinished();
|
||||||
|
|
||||||
// Attribute list
|
// Attribute list
|
||||||
|
Loading…
Reference in New Issue
Block a user