mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-03 23:35:49 +01:00
Preliminary REPL mode.
This commit is contained in:
@@ -336,7 +336,7 @@ var Config = Module("config", ConfigBase, {
|
||||
completion.location);
|
||||
},
|
||||
events: function (dactyl, modules, window) {
|
||||
modules.events.addSessionListener(window, "SidebarFocused", function (event) {
|
||||
modules.events.listen(window, "SidebarFocused", function (event) {
|
||||
modules.config.lastSidebar = window.document.getElementById("sidebar-box")
|
||||
.getAttribute("sidebarcommand");
|
||||
}, false);
|
||||
|
||||
Reference in New Issue
Block a user