1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-24 05:13:32 +01:00
This commit is contained in:
Doug Kearns
2009-05-11 18:57:49 +10:00
parent cb0f542e94
commit ad9e9582f2

View File

@@ -952,7 +952,7 @@ function Hints() //{{{
} }
else if (validHints.length == 1) else if (validHints.length == 1)
{ {
processHints(true); processHints(false);
return false; return false;
} }
else // still hints visible else // still hints visible