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