Changeset 4952 in subversion
- Timestamp:
- Jul 22, 2011 6:26:05 AM (22 months ago)
- File:
-
- 1 edited
-
trunk/plugins/acl/acl.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/acl/acl.js
r4945 r4952 94 94 rcube_webmail.prototype.acl_cancel = function() 95 95 { 96 this.ksearch_blur(); 96 97 this.acl_form.hide(); 97 98 } … … 109 110 // add new row 110 111 this.acl_add_row(o, true); 112 // hide autocomplete popup 113 this.ksearch_blur(); 111 114 // hide form 112 115 this.acl_form.hide();
Note: See TracChangeset
for help on using the changeset viewer.
