mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Don't split single values
This commit is contained in:
parent
2ea15ed399
commit
cc9a6bcf8a
@ -89,7 +89,7 @@ li {
|
|||||||
|
|
||||||
set_value(value)
|
set_value(value)
|
||||||
{
|
{
|
||||||
if(typeof value == "string" && value.indexOf(",") > 0)
|
if(typeof value == "string")
|
||||||
{
|
{
|
||||||
value = value.split(",");
|
value = value.split(",");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user