1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 06:07:59 +01:00

Fixed the issue to which hints does not show the numbers.

ex:
  f<ANYCHAR><BS>
This commit is contained in:
U-MAIN\anekos
2008-12-05 18:37:26 +09:00
parent 3bd42aafb5
commit 84e84c81fd

View File

@@ -239,6 +239,7 @@ function Hints() //{{{
setClass(imgspan, activeHint == hintnum)
}
span.style.display = "inline";
span.setAttribute("number", hintnum++);
if (imgspan)
imgspan.setAttribute("number", hintnum);