really update data[key]
This commit is contained in:
parent
8cbfff0ace
commit
9f5b94bd79
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ pandora.ui.infoView = function(data) {
|
||||||
}
|
}
|
||||||
pandora.api.edit(edit, function(result) {
|
pandora.api.edit(edit, function(result) {
|
||||||
var src;
|
var src;
|
||||||
data[key] == result.data[key];
|
data[key] = result.data[key];
|
||||||
if (result.data.id != data.id) {
|
if (result.data.id != data.id) {
|
||||||
Ox.Request.clearCache(); // fixme: too much
|
Ox.Request.clearCache(); // fixme: too much
|
||||||
pandora.UI.set({item: result.data.id});
|
pandora.UI.set({item: result.data.id});
|
||||||
|
|
Loading…
Reference in a new issue