mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-13 14:25:51 +01:00
Ugh.
This commit is contained in:
@@ -95,7 +95,7 @@ var Help = Module("Help", {
|
||||
update(services["dactyl:"].providers, {
|
||||
"help": Loop((uri, path) => help.files[path]),
|
||||
"help-overlay": Loop((uri, path) => help.overlays[path]),
|
||||
"help-tag": Loop(function (uri, path) {
|
||||
"help-tag": Loop((uri, path) => {
|
||||
let tag = decodeURIComponent(path);
|
||||
if (tag in help.files)
|
||||
return RedirectChannel("dactyl://help/" + tag, uri);
|
||||
|
||||
Reference in New Issue
Block a user