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:
parent
441a3172dd
commit
ff5acec16d
@ -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));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user