mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 20:11:23 +02:00
Etemplate: Bugfixes
- Early exit for arrayMgr().getEntry() if nothing is found, avoids returning all data - Remove debugger from selectbox
This commit is contained in:
@@ -849,7 +849,6 @@ export class et2_selectbox extends et2_inputWidget
|
||||
});
|
||||
}
|
||||
this.input.on('liszt:ready', function(evt, params) {
|
||||
debugger;
|
||||
this.set_statustext(this.statustext);
|
||||
}.bind(this));
|
||||
this.input.chosen({
|
||||
|
Reference in New Issue
Block a user