diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-25 10:53:34 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-25 10:53:34 +0000 |
| commit | 290f4cc442269f79008553fd5f1b70d5784f4cdc (patch) | |
| tree | a78715916de33aed5acec9ccf371ba55be35a480 /plugins/acl | |
| parent | 1cb1648e521e6703526f22256f0cc4455e2a7c52 (diff) | |
- Use new argument type for rcmail.init_address_input_events()
git-svn-id: https://svn.roundcube.net/trunk@4964 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/acl')
| -rw-r--r-- | plugins/acl/acl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/acl/acl.js b/plugins/acl/acl.js index 1831ea0c9..ce1797fd0 100644 --- a/plugins/acl/acl.js +++ b/plugins/acl/acl.js @@ -11,7 +11,7 @@ if (window.rcmail) { rcmail.acl_list_init(); // enable autocomplete on user input if (rcmail.env.acl_users_source) { - rcmail.init_address_input_events($('#acluser'), 'plugin.acl-autocomplete'); + rcmail.init_address_input_events($('#acluser'), {action:'plugin.acl-autocomplete'}); // fix inserted value rcmail.addEventListener('autocomplete_insert', function(e) { if (e.field.id != 'acluser') |
