Changeset 5910 in subversion
- Timestamp:
- Feb 25, 2012 12:56:11 PM (15 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r5903 r5910 4656 4656 var n, buttons = this.buttons['upload-photo']; 4657 4657 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')); 4659 4659 4660 4660 $('#ff_photo').val(id);
Note: See TracChangeset
for help on using the changeset viewer.
