mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 20:07:59 +01:00
fixed hints
This commit is contained in:
@@ -207,7 +207,7 @@ function hit_a_hint()
|
||||
offset = off; // must be global without 'var' for recursion
|
||||
|
||||
if (!win)
|
||||
win = window._content;
|
||||
win = window.content;
|
||||
|
||||
if (linkCount == 0 && hintmode != HINT_MODE_ALWAYS)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user