mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 11:38:02 +02:00
Avoid an error in the destruction by checking for widget
This commit is contained in:
@ -270,6 +270,7 @@ var et2_nextmatch_controller = et2_dataview_controller.extend(
|
||||
{
|
||||
senders = [];
|
||||
}
|
||||
if(!this._widget) return;
|
||||
this._widget.onselect.call(this._widget, action,senders);
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user