My name is Blake and I'm an idiot.

git-svn-id: svn://10.0.0.236/trunk@89200 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com 2001-03-10 03:04:40 +00:00
parent c3b6060ee3
commit c46632d25f

View File

@ -149,7 +149,7 @@
try {
saveModifier = pref.GetBoolPref("ui.key.saveLink.shift");
}
catch {
catch(ex) {
}
}
saveModifier = saveModifier ? event.shiftKey : event.metaKey;