diff --git a/common/content/liberator.js b/common/content/liberator.js index d9c89cb5..fb30f917 100644 --- a/common/content/liberator.js +++ b/common/content/liberator.js @@ -272,7 +272,7 @@ const liberator = (function () //{{{ } let items = []; - addChildren(document.getElementById(config.guioptions["m"]), ""); + addChildren(document.getElementById(config.guioptions["m"][1]), ""); return items; }