mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 16:57:59 +01:00
Restore nominal Gecko 1.9.2 support.
This commit is contained in:
@@ -51,7 +51,7 @@ CommandLineHandler.prototype = {
|
|||||||
observe: function observe(subject, topic, data) {
|
observe: function observe(subject, topic, data) {
|
||||||
if (topic === "profile-after-change") {
|
if (topic === "profile-after-change") {
|
||||||
init();
|
init();
|
||||||
require(global, "overlay");
|
require(global, "main");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user