summaryrefslogtreecommitdiff
path: root/plugins/acl/acl.js
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-02-05 11:59:32 +0100
committerThomas Bruederli <thomas@roundcube.net>2014-02-05 11:59:32 +0100
commite837d8515addd9f1eeede00f1be0ab9ef3967c7c (patch)
treeb661d1814e9a0df5f6d6086922357d242a163ec0 /plugins/acl/acl.js
parenta35540c786178027cd93eefdce1e893dd6714631 (diff)
Hide autocompletion results when closing ACL dialog; use default table styles
Diffstat (limited to 'plugins/acl/acl.js')
-rw-r--r--plugins/acl/acl.js1
1 files changed, 1 insertions, 0 deletions
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();
}