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

Quick fix for hints broken in 50681c8dda1e2f35c9f15a3221913f3bf8e0927f.

The first hint was always being selected.
This commit is contained in:
Doug Kearns
2009-09-06 03:25:32 +10:00
parent 2d40fb6e28
commit 86fe0d2d1e

View File

@@ -962,8 +962,9 @@ function Hints() //{{{
} }
else if (validHints.length == 1) else if (validHints.length == 1)
processHints(false); processHints(false);
else // FIXME: I don't understand the intent here --djk
checkUnique(); //else
// checkUnique();
}, },
/** /**