1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 21:18:00 +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 = []; let items = [];
addChildren(document.getElementById(config.guioptions["m"]), ""); addChildren(document.getElementById(config.guioptions["m"][1]), "");
return items; return items;
} }