Changeset 3426 in subversion
- Timestamp:
- Mar 26, 2010 1:19:46 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r3425 r3426 3656 3656 { 3657 3657 this.reset_add_input(); 3658 3659 prop.type = 'group'; 3660 var key = 'G'+prop.id; 3661 this.env.contactfolders[key] = this.env.contactgroups[key] = prop; 3662 3663 var link = $('<a>').attr('href', '#').attr('onclick', "return rcmail.command('listgroup','"+prop.id+"',this)").html(prop.name); 3664 var li = $('<li>').attr('id', 'rcmli'+key).addClass('contactgroup').append(link); 3665 $(this.gui_objects.folderlist).append(li); 3658 3666 } 3659 3667
Note: See TracChangeset
for help on using the changeset viewer.
