mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 13:42:27 +01:00
Fix hints
This commit is contained in:
@@ -173,7 +173,7 @@ function Hints() //{{{
|
||||
{
|
||||
var oldElem = validHints[oldID - 1];
|
||||
if (oldElem)
|
||||
setClass(newElem, false);
|
||||
setClass(oldElem, false);
|
||||
|
||||
var newElem = validHints[newID - 1];
|
||||
if (newElem)
|
||||
|
||||
Reference in New Issue
Block a user