summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
authorThomas B. <thomas@roundcube.net>2014-09-09 08:46:08 +0200
committerThomas B. <thomas@roundcube.net>2014-09-09 08:46:08 +0200
commitae69e6a81ef22f0a534d0c74f2279909285f7d3a (patch)
tree5542dd97d27f327b3a8ba5fd94d065e2d630650e /program/js
parent921bde431ddfc78d457c3f58ddf9670f1d83ee0a (diff)
parenta35c9fa4284224775863e91737045b25a436f50f (diff)
Merge pull request #218 from JohnDoh/patch-1
pass click event to general hide_menu call
Diffstat (limited to 'program/js')
-rw-r--r--program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js
index 9fc8a0a26..3ace0b0b0 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -1660,7 +1660,7 @@ function rcube_webmail()
}
skip = obj.data('parent');
}
- }, 10);
+ }, 10, e);
};
// global keypress event handler