mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
My name is Blake and I'm an idiot.
This commit is contained in:
parent
7db33b6bc9
commit
a944cab732
@ -149,7 +149,7 @@
|
||||
try {
|
||||
saveModifier = pref.GetBoolPref("ui.key.saveLink.shift");
|
||||
}
|
||||
catch {
|
||||
catch(ex) {
|
||||
}
|
||||
}
|
||||
saveModifier = saveModifier ? event.shiftKey : event.metaKey;
|
||||
|
Loading…
Reference in New Issue
Block a user