mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 09:34:10 +01:00
Fix help reference linkification in MOW.
This commit is contained in:
@@ -233,7 +233,7 @@ var Help = Module("Help", {
|
||||
init: function init() {
|
||||
dactyl.commands["dactyl.help"] = function (event) {
|
||||
let elem = event.originalTarget;
|
||||
help.help(elem.getAttribute("tag") || elem.textContent);
|
||||
modules.help.help(elem.getAttribute("tag") || elem.textContent);
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user