mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 00:52:27 +01:00
Fix links in :ls and remove some old cruft as a result.
This commit is contained in:
@@ -33,6 +33,9 @@ const Tabs = Module("tabs", {
|
||||
if (config.hasTabbrowser)
|
||||
config.tabStrip.collapsed = true; // FIXME: see 'stal' comment
|
||||
|
||||
dactyl.commands["tabs.select"] = function (event) {
|
||||
tabs.select(event.originalTarget.getAttribute("identifier"));
|
||||
};
|
||||
},
|
||||
|
||||
_updateTabCount: function () {
|
||||
|
||||
Reference in New Issue
Block a user