update icon after download
This commit is contained in:
parent
61fe4d2805
commit
527330521b
1 changed files with 1 additions and 1 deletions
|
@ -775,7 +775,7 @@ oml.ui.infoView = function(externalData, isMixed) {
|
||||||
transfer: function(data) {
|
transfer: function(data) {
|
||||||
if (data.id == ui.item && data.progress == 1) {
|
if (data.id == ui.item && data.progress == 1) {
|
||||||
Ox.Request.clearCache(); // FIXME: too much
|
Ox.Request.clearCache(); // FIXME: too much
|
||||||
that.updateElement(ui.item, [$info, $data]);
|
that.updateElement(ui.item, [$icon, $info, $data]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue