1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-10 12:25:45 +01:00

Add a :loadplugins command

This commit is contained in:
Kris Maglione
2008-10-11 16:37:57 +00:00
parent 89abca3a11
commit b32728d34a
5 changed files with 62 additions and 35 deletions

View File

@@ -1369,7 +1369,7 @@ liberator.ItemList = function (id) //{{{
{
minHeight = 0;
autoSize();
fill(startIndex);
setTimeout(function () { fill(startIndex); }, 0);
}
container.collapsed = false;
},