1
0
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:
Martin Stubenschrott
2007-04-28 15:39:28 +00:00
parent 4019129519
commit cdcf828bb9
5 changed files with 12 additions and 13 deletions

View File

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