1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 15:52:29 +01:00

Fix hints again.

This commit is contained in:
Kris Maglione
2008-10-14 08:05:29 +00:00
parent 2c1ea7fa0b
commit fb67ac7028

View File

@@ -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