55686 - option-click doesn't save link on mac. r=sdagley sr=hewitt a=shaver

git-svn-id: svn://10.0.0.236/trunk@115649 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com 2002-03-02 18:02:25 +00:00
parent 441a3172dd
commit ff5acec16d

View File

@ -211,7 +211,7 @@
catch(ex) {
}
}
saveModifier = saveModifier ? event.shiftKey : event.metaKey;
saveModifier = saveModifier ? event.shiftKey : event.altKey;
if (saveModifier) { // if saveModifier is down
saveURL(href, gatherTextUnder(event.target));