diff --git a/common/content/liberator.js b/common/content/liberator.js index 373a22d1..89893b95 100644 --- a/common/content/liberator.js +++ b/common/content/liberator.js @@ -268,7 +268,7 @@ const liberator = (function () //{{{ } else { - path = parent; + let path = parent; if (item.localName == "menu") path += item.label + "."; addChildren(item, path);