update icon after download

This commit is contained in:
j 2016-01-12 13:34:01 +05:30
parent 61fe4d2805
commit 527330521b
1 changed files with 1 additions and 1 deletions

View File

@ -775,7 +775,7 @@ oml.ui.infoView = function(externalData, isMixed) {
transfer: function(data) {
if (data.id == ui.item && data.progress == 1) {
Ox.Request.clearCache(); // FIXME: too much
that.updateElement(ui.item, [$info, $data]);
that.updateElement(ui.item, [$icon, $info, $data]);
}
}
});