Back out 22f61e71c108 (bug 215926) for test failures

This commit is contained in:
Matt Brubeck 2011-11-21 16:46:13 -08:00
parent f4c97fdcf9
commit 5618c104f9

View File

@ -5836,9 +5836,8 @@ function handleLinkClick(event, href, linkNode) {
var doc = event.target.ownerDocument;
if (where == "save") {
if (getBrowserSelection() == "")
saveURL(href, linkNode ? gatherTextUnder(linkNode) : "", null, true,
true, doc.documentURIObject);
saveURL(href, linkNode ? gatherTextUnder(linkNode) : "", null, true,
true, doc.documentURIObject);
event.preventDefault();
return true;
}