diff --git a/resources/report/js/script.js b/resources/report/js/script.js index a355e1af..a90de494 100644 --- a/resources/report/js/script.js +++ b/resources/report/js/script.js @@ -1174,7 +1174,11 @@ function initVars() { document.getElementById('cardsNav').lastElementChild.data = loot.game.plugins; document.getElementById('main').lastElementChild.data = loot.game.plugins; - closeProgressDialog(); + setTimeout(function() { + document.getElementById('cardsNav').lastElementChild.updateSize(); + closeProgressDialog(); + }, 100); + return ''; }).catch(processCefError); }