mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
Don't allow children for the menupopup
This commit is contained in:
parent
127e629eef
commit
aa07a39a2e
@ -49,6 +49,9 @@ var et2_selectbox = et2_inputWidget.extend({
|
||||
init: function(_parent) {
|
||||
this._super.apply(this, arguments);
|
||||
|
||||
// This widget allows no other widgets inside of it
|
||||
this.supportedWidgetClasses = [];
|
||||
|
||||
this.createInputWidget();
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user