diff options
author | Thomas B. <thomas@roundcube.net> | 2014-09-09 08:46:08 +0200 |
---|---|---|
committer | Thomas B. <thomas@roundcube.net> | 2014-09-09 08:46:08 +0200 |
commit | ae69e6a81ef22f0a534d0c74f2279909285f7d3a (patch) | |
tree | 5542dd97d27f327b3a8ba5fd94d065e2d630650e | |
parent | 921bde431ddfc78d457c3f58ddf9670f1d83ee0a (diff) | |
parent | a35c9fa4284224775863e91737045b25a436f50f (diff) |
Merge pull request #218 from JohnDoh/patch-1
pass click event to general hide_menu call
-rw-r--r-- | program/js/app.js | 2 |
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 |