mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 08:22:28 +01:00
Fix help system.
Broken in revision 40e49837cafd.
This commit is contained in:
@@ -563,12 +563,12 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
noscriptOverlay.safeAllow("dactyl:", true, false);
|
||||
}
|
||||
|
||||
let namespaces = ["locale-local", "locale"];
|
||||
var namespaces = ["locale-local", "locale"];
|
||||
services["dactyl:"].init({});
|
||||
|
||||
let tagMap = services["dactyl:"].HELP_TAGS;
|
||||
let fileMap = services["dactyl:"].FILE_MAP;
|
||||
let overlayMap = services["dactyl:"].OVERLAY_MAP;
|
||||
var tagMap = services["dactyl:"].HELP_TAGS;
|
||||
var fileMap = services["dactyl:"].FILE_MAP;
|
||||
var overlayMap = services["dactyl:"].OVERLAY_MAP;
|
||||
|
||||
// Scrape the list of help files from all.xml
|
||||
// Manually process main and overlay files, since XSLTProcessor and
|
||||
|
||||
Reference in New Issue
Block a user