Changeset f4f4522b in github


Ignore:
Timestamp:
Apr 7, 2010 11:43:52 AM (3 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
53d6261
Parents:
08f906a
Message:

Apply contact groups js patch (#1486606)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/js/app.js

    r65c8764b rf4f4522b  
    34093409    if (group) 
    34103410      src = 0; 
    3411      
    3412     if (!src) 
     3411    else if (!src) 
    34133412      src = this.env.source; 
    34143413     
     
    36333632     
    36343633    if (!this.name_input) { 
     3634      this.enable_command('list', 'listgroup', false); 
    36353635      this.name_input = document.createElement('input'); 
    36363636      this.name_input.type = 'text'; 
     
    37073707      this.name_input = null; 
    37083708    } 
     3709 
     3710    this.enable_command('list', 'listgroup', true); 
    37093711  }; 
    37103712   
     
    37363738     
    37373739    this.env.contactfolders[key].name = this.env.contactgroups[key].name = name; 
     3740    this.triggerEvent('updategroup', { id:id, name:name, li:li[0] }); 
    37383741  }; 
    37393742 
Note: See TracChangeset for help on using the changeset viewer.