1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-01 16:25:46 +01:00

Update help source files for Asciidoc 8.4.x.

This commit is contained in:
Doug Kearns
2009-08-06 23:17:08 +10:00
parent 817cbd1e75
commit 9ede619160
52 changed files with 323 additions and 321 deletions

View File

@@ -1930,7 +1930,7 @@ window.addEventListener("liberatorHelpLink", function (event) {
if (/^(mapping|command)$/.test(elem.className))
tag = tag.replace(/^\d+/, "");
if (elem.className == "command")
tag = tag.replace(/\[.*?\]/g, "").replace(/!$/, "");
tag = tag.replace(/\[.*?\]/g, "").replace(/(\w+)!$/, "$1");
if (tag)
{