mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 08:07:59 +01:00
Add dactyl instance tracking.
This commit is contained in:
@@ -51,9 +51,7 @@ CommandLineHandler.prototype = {
|
||||
if (remote) {
|
||||
commandLine.preventDefault = true;
|
||||
require(global, "services");
|
||||
let win = services.windowMediator.getMostRecentWindow("navigator:browser");
|
||||
if (win && win.dactyl)
|
||||
win.dactyl.execute(remote);
|
||||
util.dactyl.execute(remote);
|
||||
}
|
||||
}
|
||||
catch(e) {
|
||||
|
||||
Reference in New Issue
Block a user