summaryrefslogtreecommitdiff
path: root/program/js/app.js
diff options
context:
space:
mode:
authorJohnDoh <roundcube@tehinterweb.co.uk>2014-09-08 22:09:20 +0100
committerJohnDoh <roundcube@tehinterweb.co.uk>2014-09-08 22:09:20 +0100
commita35c9fa4284224775863e91737045b25a436f50f (patch)
tree61f2f96a8563d8c79ff64633ecbaa49a42fa5973 /program/js/app.js
parent4a25b69828ea77a4561c68f58cf96287cddb0b09 (diff)
pass click event to hide_menu call
Diffstat (limited to 'program/js/app.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 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