Changeset f4f4522b in github
- Timestamp:
- Apr 7, 2010 11:43:52 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 53d6261
- Parents:
- 08f906a
- File:
-
- 1 edited
-
program/js/app.js (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
r65c8764b rf4f4522b 3409 3409 if (group) 3410 3410 src = 0; 3411 3412 if (!src) 3411 else if (!src) 3413 3412 src = this.env.source; 3414 3413 … … 3633 3632 3634 3633 if (!this.name_input) { 3634 this.enable_command('list', 'listgroup', false); 3635 3635 this.name_input = document.createElement('input'); 3636 3636 this.name_input.type = 'text'; … … 3707 3707 this.name_input = null; 3708 3708 } 3709 3710 this.enable_command('list', 'listgroup', true); 3709 3711 }; 3710 3712 … … 3736 3738 3737 3739 this.env.contactfolders[key].name = this.env.contactgroups[key].name = name; 3740 this.triggerEvent('updategroup', { id:id, name:name, li:li[0] }); 3738 3741 }; 3739 3742
Note: See TracChangeset
for help on using the changeset viewer.
