mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 14:02:28 +01:00
Fix hints again.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user