mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-24 16:33:31 +01:00
Remove some duplication in the DTDs. Link to the mailing list web page rather than address.
This commit is contained in:
@@ -39,6 +39,9 @@
|
||||
|
||||
let prefix = [BASE];
|
||||
|
||||
modules.load("services");
|
||||
prefix.unshift("chrome://" + modules.services.get("dactyl:").name + "/content/");
|
||||
|
||||
["base",
|
||||
"modules",
|
||||
"storage",
|
||||
@@ -63,13 +66,11 @@
|
||||
"marks",
|
||||
"modes",
|
||||
"options",
|
||||
"services",
|
||||
"statusline",
|
||||
"styles",
|
||||
"template"
|
||||
].forEach(modules.load);
|
||||
|
||||
prefix.unshift("chrome://" + modules.services.get("dactyl:").name + "/content/");
|
||||
modules.Config.prototype.scripts.forEach(modules.load);
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user