mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-31 12:15:46 +01:00
Fix disastrous typo.
This commit is contained in:
@@ -1895,7 +1895,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (config.has("default-theme") && "CustomizableUI" in window)
|
if (config.has("default-theme") && "CustomizableUI" in window)
|
||||||
overlays.overlayWindow(window, {
|
overlay.overlayWindow(window, {
|
||||||
append: [
|
append: [
|
||||||
["window", { id: document.documentElement.id, "dactyl-australis": "true", xmlns: "xul" }]]
|
["window", { id: document.documentElement.id, "dactyl-australis": "true", xmlns: "xul" }]]
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user