1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 16:47:58 +01:00

fix :emenu

This commit is contained in:
Doug Kearns
2008-12-08 19:37:07 +11:00
parent c4ba7444c2
commit b098d72a08

View File

@@ -272,7 +272,7 @@ const liberator = (function () //{{{
}
let items = [];
addChildren(document.getElementById(config.guioptions["m"]), "");
addChildren(document.getElementById(config.guioptions["m"][1]), "");
return items;
}