mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 10:17:59 +01:00
Last commit ++
This commit is contained in:
@@ -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();
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user