1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 22:47:59 +01:00

Fix last commit (thanks ervandew)

This commit is contained in:
Kris Maglione
2008-12-06 15:41:16 -05:00
parent cb9e48b67d
commit 138d8ec8c7

View File

@@ -980,7 +980,7 @@ function Buffer() //{{{
elems = frame.document.getElementsByTagName("a");
for (let elem in iter(elems))
{
buffer.followLink(elems[i], liberator.CURRENT_TAB);
buffer.followLink(elem, liberator.CURRENT_TAB);
return true;
}