mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 00:18:25 +01:00
Fix for reading modifications
This commit is contained in:
parent
f00d5aba60
commit
934e33fdd7
@ -493,7 +493,10 @@ var et2_widget = Class.extend({
|
||||
{
|
||||
for (var key in data)
|
||||
{
|
||||
_attrs[key] = data[key];
|
||||
if (!(data[key] instanceof Object))
|
||||
{
|
||||
_attrs[key] = data[key];
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user