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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user