summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/acl/acl.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/acl/acl.js b/plugins/acl/acl.js
index 9ca0a2384..1831ea0c9 100644
--- a/plugins/acl/acl.js
+++ b/plugins/acl/acl.js
@@ -93,6 +93,7 @@ rcube_webmail.prototype.acl_save = function()
// Cancel/Hide form
rcube_webmail.prototype.acl_cancel = function()
{
+ this.ksearch_blur();
this.acl_form.hide();
}
@@ -108,6 +109,8 @@ rcube_webmail.prototype.acl_update = function(o)
// add new row
this.acl_add_row(o, true);
+ // hide autocomplete popup
+ this.ksearch_blur();
// hide form
this.acl_form.hide();
}