From 3ef97f8de30851cddcf1a6aa105b37478bb08af6 Mon Sep 17 00:00:00 2001
From: JohnDoh <roundcube@tehinterweb.co.uk>
Date: Mon, 08 Sep 2014 14:12:51 -0400
Subject: [PATCH] add missing event arg
---
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 e5a70c9..9fc8a0a 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -6902,7 +6902,7 @@
// truncate stack down to the one containing the ref link
for (var i = this.menu_stack.length - 1; stack && i >= 0; i--) {
if (!$(ref).parents('#'+this.menu_stack[i]).length)
- this.hide_menu(this.menu_stack[i]);
+ this.hide_menu(this.menu_stack[i], event);
}
if (stack && this.menu_stack.length) {
obj.data('parent', $.last(this.menu_stack));
--
Gitblit v1.9.1