1
0
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:
Kris Maglione
2009-10-31 21:25:49 -04:00
parent 24de0a81a2
commit 45252b381d

View File

@@ -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