mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
Avoid errors if _value is null / undefined
This commit is contained in:
parent
54b1fb9ce4
commit
6949040f86
@ -112,6 +112,7 @@ var et2_description = et2_baseWidget.extend([et2_IDetachedDOM], {
|
||||
},
|
||||
|
||||
set_value: function(_value) {
|
||||
if(!_value) _value = "";
|
||||
et2_insertLinkText(this._parseText(_value),
|
||||
this.span[0],
|
||||
this.options.extra_link_target
|
||||
|
Loading…
Reference in New Issue
Block a user