mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Check that input exists before trying to use it
This commit is contained in:
parent
d156f20492
commit
19264649a6
@ -172,7 +172,7 @@ var et2_selectAccount = et2_selectbox.extend({
|
||||
jQuery(this).dialog("destroy");
|
||||
|
||||
// Fire change event
|
||||
widget.input.trigger("change");
|
||||
if(widget.input) widget.input.trigger("change");
|
||||
};
|
||||
|
||||
var container = jQuery(document.createElement("div")).append(table);
|
||||
|
Loading…
Reference in New Issue
Block a user