mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Complement to commit 48899, fixes error in IE11
This commit is contained in:
parent
7d7b4cd7bc
commit
f5a71a635f
@ -769,7 +769,7 @@ var et2_link_entry = et2_inputWidget.extend(
|
||||
|
||||
getValue: function() {
|
||||
var value = this.options && this.options.only_app ? this.options.value.id : this.options? this.options.value: null;
|
||||
if(!this.options.only_app && this.search)
|
||||
if(this.options && !this.options.only_app && this.search)
|
||||
{
|
||||
value.search = this.search.val();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user