mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 06:44:12 +01:00
Fix badly broken last commit (doesn't work from a clean start).
This commit is contained in:
@@ -1456,8 +1456,15 @@ const liberator = (function () //{{{
|
||||
{body}
|
||||
</document>.toXMLString();
|
||||
fileMap["plugins"] = function () ['text/xml;charset=UTF-8', help];
|
||||
|
||||
services.get("liberator:").init({
|
||||
HELP_TAGS: tagMap, FILE_MAP: fileMap,
|
||||
OVERLAY_MAP: overlayMap, NAMESPACES: namespaces
|
||||
});
|
||||
|
||||
addTags("plugins", util.httpGet("liberator://help/plugins").responseXML);
|
||||
|
||||
// TODO: Don't do this.
|
||||
services.get("liberator:").init({
|
||||
HELP_TAGS: tagMap, FILE_MAP: fileMap,
|
||||
OVERLAY_MAP: overlayMap, NAMESPACES: namespaces
|
||||
|
||||
Reference in New Issue
Block a user