From 84e84c81fd67f501f3c79b79cdbf36e3dbd3adb6 Mon Sep 17 00:00:00 2001 From: "U-MAIN\\anekos" Date: Fri, 5 Dec 2008 18:37:26 +0900 Subject: [PATCH] Fixed the issue to which hints does not show the numbers. ex: f --- common/content/hints.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/content/hints.js b/common/content/hints.js index ddf90824..49e058d2 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -239,6 +239,7 @@ function Hints() //{{{ setClass(imgspan, activeHint == hintnum) } + span.style.display = "inline"; span.setAttribute("number", hintnum++); if (imgspan) imgspan.setAttribute("number", hintnum);