Changeset 4496 in subversion
- Timestamp:
- Feb 5, 2011 9:20:40 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r4476 r4496 3948 3948 .bind('click', function() { return rcmail.command('listgroup', prop, this);}) 3949 3949 .html(prop.name); 3950 var li = $('<li>').attr('id', 'rcmli'+key )3950 var li = $('<li>').attr('id', 'rcmli'+key.replace(this.identifier_expr, '_')) 3951 3951 .addClass('contactgroup') 3952 3952 .append(link)
Note: See TracChangeset
for help on using the changeset viewer.
