Changeset 4496 in subversion


Ignore:
Timestamp:
Feb 5, 2011 9:20:40 AM (2 years ago)
Author:
thomasb
Message:

Normalize group list-item identifier when inserting a new address group

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/js/app.js

    r4476 r4496  
    39483948      .bind('click', function() { return rcmail.command('listgroup', prop, this);}) 
    39493949      .html(prop.name); 
    3950     var li = $('<li>').attr('id', 'rcmli'+key) 
     3950    var li = $('<li>').attr('id', 'rcmli'+key.replace(this.identifier_expr, '_')) 
    39513951      .addClass('contactgroup') 
    39523952      .append(link) 
Note: See TracChangeset for help on using the changeset viewer.