summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-20 23:45:31 +0300
committerAndrew Dolgov <[email protected]>2010-11-20 23:45:31 +0300
commit186068077bc59713d23143bdae2e916ce7775342 (patch)
tree1533db7bb6d437b98aeb706a0e6e73a5dfcd7bf5 /prefs.js
parent6080730067013d629cde1d33e70472055a9b6e03 (diff)
rework email article dialog
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/prefs.js b/prefs.js
index 33e0ccf46..6c7ed3679 100644
--- a/prefs.js
+++ b/prefs.js
@@ -1027,6 +1027,8 @@ function validatePrefsReset() {
function pref_hotkey_handler(e) {
try {
+ if (dijit.getEnclosingWidget(e.target)) return;
+
var keycode;
var shift_key = false;