Fixing bustage (missing closing parenthesis) in pageInfo.js
git-svn-id: svn://10.0.0.236/trunk@116630 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -466,7 +466,7 @@ function grabAllLinks(aWindow,aDocument)
|
||||
if ("links" in aDocument)
|
||||
return theList.concat(aDocument.links);
|
||||
else
|
||||
return theList.concat(aDocument.getElementsByTagNameNS(XHTMLNS, "a");
|
||||
return theList.concat(aDocument.getElementsByTagNameNS(XHTMLNS, "a"));
|
||||
}
|
||||
|
||||
function openURL(target)
|
||||
|
||||
Reference in New Issue
Block a user