mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 08: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)
|
setClass(imgspan, activeHint == hintnum)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.style.display = "inline";
|
||||||
span.setAttribute("number", hintnum++);
|
span.setAttribute("number", hintnum++);
|
||||||
if (imgspan)
|
if (imgspan)
|
||||||
imgspan.setAttribute("number", hintnum);
|
imgspan.setAttribute("number", hintnum);
|
||||||
|
|||||||
Reference in New Issue
Block a user