mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 14:25:45 +01:00
Clear highlighting on page unload, etc.
This commit is contained in:
@@ -979,7 +979,7 @@ const Hints = Module("hints", {
|
||||
if (typeof a[2] == "string")
|
||||
a[3] = function (chr) String.fromCharCode(this[2].charCodeAt(0) + chr - this[0])
|
||||
else
|
||||
a[3] = function (chr) this[2][(chr - this[0]) % this[3].length];
|
||||
a[3] = function (chr) this[2][(chr - this[0]) % this[2].length];
|
||||
return a;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user