mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 10:15:45 +01:00
Stricter number option parsing (and comment out some dump statements)
This commit is contained in:
@@ -1417,7 +1417,6 @@ window.liberator = liberator;
|
||||
// FIXME: Ugly, etc.
|
||||
window.addEventListener("liberatorHelpLink", function (event) {
|
||||
let elem = event.target;
|
||||
liberator.dump(String(elem));
|
||||
if (/^(option|mapping|command)$/.test(elem.className))
|
||||
var tag = elem.textContent.replace(/\s.*/, "");
|
||||
if (elem.className == "command")
|
||||
|
||||
Reference in New Issue
Block a user