mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-19 13:10:58 +01:00
Make sure there is a property before triger to delete it, because IE complains about an undefiend object
This commit is contained in:
parent
602deb4f8f
commit
564f958fbb
@ -746,7 +746,7 @@ var et2_link_entry = et2_inputWidget.extend(
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
_attrs["select_options"] = this.egw().link_app_list('query');
|
_attrs["select_options"] = this.egw().link_app_list('query');
|
||||||
delete _attrs["select_options"]["addressbook-email"];
|
if (typeof _attrs["select_options"]["addressbook-email"] != 'undefined') delete _attrs["select_options"]["addressbook-email"];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check whether the options entry was found, if not read it from the
|
// Check whether the options entry was found, if not read it from the
|
||||||
|
Loading…
Reference in New Issue
Block a user