mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 12:55:08 +02:00
Target text could also be a number, treat it the same as string
This commit is contained in:
@@ -647,7 +647,7 @@ function et2_insertLinkText(_text, _node, _target)
|
||||
{
|
||||
var s = _text[i];
|
||||
|
||||
if (typeof s == "string")
|
||||
if (typeof s == "string" || typeof s == "number")
|
||||
{
|
||||
_node.appendChild(document.createTextNode(s));
|
||||
}
|
||||
|
Reference in New Issue
Block a user