mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Back out 22f61e71c108 (bug 215926) for test failures
This commit is contained in:
parent
f4c97fdcf9
commit
5618c104f9
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user