mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-29 21:53:33 +02: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}
|
{body}
|
||||||
</document>.toXMLString();
|
</document>.toXMLString();
|
||||||
fileMap["plugins"] = function () ['text/xml;charset=UTF-8', help];
|
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);
|
addTags("plugins", util.httpGet("liberator://help/plugins").responseXML);
|
||||||
|
|
||||||
|
// TODO: Don't do this.
|
||||||
services.get("liberator:").init({
|
services.get("liberator:").init({
|
||||||
HELP_TAGS: tagMap, FILE_MAP: fileMap,
|
HELP_TAGS: tagMap, FILE_MAP: fileMap,
|
||||||
OVERLAY_MAP: overlayMap, NAMESPACES: namespaces
|
OVERLAY_MAP: overlayMap, NAMESPACES: namespaces
|
||||||
|
|||||||
Reference in New Issue
Block a user