diff options
author | JohnDoh <roundcube@tehinterweb.co.uk> | 2014-09-08 22:09:20 +0100 |
---|---|---|
committer | JohnDoh <roundcube@tehinterweb.co.uk> | 2014-09-08 22:09:20 +0100 |
commit | a35c9fa4284224775863e91737045b25a436f50f (patch) | |
tree | 61f2f96a8563d8c79ff64633ecbaa49a42fa5973 /program | |
parent | 4a25b69828ea77a4561c68f58cf96287cddb0b09 (diff) |
pass click event to hide_menu call
Diffstat (limited to 'program')
-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 e5a70c9f1..c76dd13e0 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 |