Changeset 589385f in github


Ignore:
Timestamp:
Feb 25, 2012 12:56:11 PM (15 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
a1bd762
Parents:
ec366b3
Message:

Fix script error in IE (#1488368)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/js/app.js

    r1e09cd0 r589385f  
    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.