Hack for sidebar plugin list being sized too small.

This commit is contained in:
Oliver Hamlet
2014-11-19 19:30:06 +00:00
parent 8c72c5b52d
commit ffe40cee01
+5 -1
View File
@@ -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);
}