From 527330521b1f2a5a0ea3b7bc34b7b6a79266e0d2 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 12 Jan 2016 13:34:01 +0530 Subject: [PATCH] update icon after download --- static/js/infoView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/infoView.js b/static/js/infoView.js index c61a370..e40343b 100644 --- a/static/js/infoView.js +++ b/static/js/infoView.js @@ -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]); } } });