From e837d8515addd9f1eeede00f1be0ab9ef3967c7c Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 5 Feb 2014 11:59:32 +0100 Subject: Hide autocompletion results when closing ACL dialog; use default table styles --- plugins/acl/acl.js | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/acl/acl.js') diff --git a/plugins/acl/acl.js b/plugins/acl/acl.js index 0ee45d735..7eb2653b3 100644 --- a/plugins/acl/acl.js +++ b/plugins/acl/acl.js @@ -338,6 +338,7 @@ rcube_webmail.prototype.acl_init_form = function(id) modal: true, closeOnEscape: false, close: function(e, ui) { + (rcmail.is_framed() ? parent.rcmail : rcmail).ksearch_hide(); me.acl_form.appendTo(body).hide(); $(this).remove(); } -- cgit v1.2.3