mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
fixing wired IE errors: need to clone data in set_preferences, as it gets cleaned up in IE
This commit is contained in:
parent
22985819b0
commit
81818d2bbd
@ -42,7 +42,7 @@ egw.extend('preferences', egw.MODULE_GLOBAL, function() {
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
prefs[_app] = _data;
|
prefs[_app] = jQuery.extend({}, _data);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user