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

Last commit ++

This commit is contained in:
Kris Maglione
2009-09-05 13:55:59 -04:00
parent 86fe0d2d1e
commit 6a26702769

View File

@@ -558,6 +558,8 @@ function Hints() //{{{
function checkUnique()
{
if (hintNumber == 0)
return;
if (hintNumber > validHints.length)
return void liberator.beep();
@@ -962,9 +964,8 @@ function Hints() //{{{
}
else if (validHints.length == 1)
processHints(false);
// FIXME: I don't understand the intent here --djk
//else
// checkUnique();
else // Ticket #185
checkUnique();
},
/**