mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 21:37:57 +01:00
Quick fix for hints broken in 50681c8dda1e2f35c9f15a3221913f3bf8e0927f.
The first hint was always being selected.
This commit is contained in:
@@ -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();
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user