Changeset 5910 in subversion


Ignore:
Timestamp:
Feb 25, 2012 12:56:11 PM (15 months ago)
Author:
thomasb
Message:

Fix script error in IE (#1488368)

File:
1 edited

Legend:

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

    r5903 r5910  
    46564656    var n, buttons = this.buttons['upload-photo']; 
    46574657    for (n=0; buttons && n < buttons.length; n++) 
    4658       $('#'+buttons[n].id).html(this.get_label(id == '-del-' ? 'addphoto' : 'replacephoto')); 
     4658      $('a#'+buttons[n].id).html(this.get_label(id == '-del-' ? 'addphoto' : 'replacephoto')); 
    46594659 
    46604660    $('#ff_photo').val(id); 
Note: See TracChangeset for help on using the changeset viewer.