1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 12:27:58 +01:00

Add a [j] Asciidoc quote tag for linking directly to help doc tags.

This commit is contained in:
Doug Kearns
2009-07-13 16:29:12 +10:00
parent 8dff837e72
commit bc2324e151
5 changed files with 11 additions and 9 deletions

View File

@@ -1811,7 +1811,7 @@ window.liberator = liberator;
window.addEventListener("liberatorHelpLink", function (event) {
let elem = event.target;
if (/^(option|mapping|command)$/.test(elem.className))
if (/^(option|mapping|command|jump)$/.test(elem.className))
var tag = elem.textContent.replace(/\s.*/, "");
if (/^(mapping|command)$/.test(elem.className))
tag = tag.replace(/^\d+/, "");