Changeset 4952 in subversion


Ignore:
Timestamp:
Jul 22, 2011 6:26:05 AM (22 months ago)
Author:
alec
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/acl/acl.js

    r4945 r4952  
    9494rcube_webmail.prototype.acl_cancel = function() 
    9595{ 
     96    this.ksearch_blur(); 
    9697    this.acl_form.hide(); 
    9798} 
     
    109110    // add new row 
    110111    this.acl_add_row(o, true); 
     112    // hide autocomplete popup 
     113    this.ksearch_blur(); 
    111114    // hide form 
    112115    this.acl_form.hide(); 
Note: See TracChangeset for help on using the changeset viewer.