From fb67ac7028f531b2a414598d93cae96a2e3bb170 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 14 Oct 2008 08:05:29 +0000 Subject: [PATCH] Fix hints again. --- content/hints.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hints.js b/content/hints.js index ee666194..232dc743 100644 --- a/content/hints.js +++ b/content/hints.js @@ -243,7 +243,7 @@ function Hints() //{{{ for (let i = start; i <= end; i++) { - let hint = hits[i]; + let hint = pageHints[i]; // remove the span for the numeric display part doc.body.removeChild(hint[2]); if (hint[3]) // a transparent span for images