My name is Blake and I'm an idiot.

This commit is contained in:
blakeross%telocity.com 2006-07-29 05:35:49 +00:00
parent 7db33b6bc9
commit a944cab732

View File

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