mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 12:07:59 +01:00
Last commit ++
This commit is contained in:
@@ -558,6 +558,8 @@ function Hints() //{{{
|
|||||||
|
|
||||||
function checkUnique()
|
function checkUnique()
|
||||||
{
|
{
|
||||||
|
if (hintNumber == 0)
|
||||||
|
return;
|
||||||
if (hintNumber > validHints.length)
|
if (hintNumber > validHints.length)
|
||||||
return void liberator.beep();
|
return void liberator.beep();
|
||||||
|
|
||||||
@@ -962,9 +964,8 @@ function Hints() //{{{
|
|||||||
}
|
}
|
||||||
else if (validHints.length == 1)
|
else if (validHints.length == 1)
|
||||||
processHints(false);
|
processHints(false);
|
||||||
// FIXME: I don't understand the intent here --djk
|
else // Ticket #185
|
||||||
//else
|
checkUnique();
|
||||||
// checkUnique();
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user