mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-07 22:48:58 +01:00
Avoid an error in the destruction by checking for widget
This commit is contained in:
parent
41d34f84a2
commit
c85582180a
@ -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);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user