mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 04:07:59 +01:00
Fixed the issue to which hints does not show the numbers.
ex: f<ANYCHAR><BS>
This commit is contained in:
@@ -239,6 +239,7 @@ function Hints() //{{{
|
||||
setClass(imgspan, activeHint == hintnum)
|
||||
}
|
||||
|
||||
span.style.display = "inline";
|
||||
span.setAttribute("number", hintnum++);
|
||||
if (imgspan)
|
||||
imgspan.setAttribute("number", hintnum);
|
||||
|
||||
Reference in New Issue
Block a user