Changeset 589385f in github
- Timestamp:
- Feb 25, 2012 12:56:11 PM (15 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- a1bd762
- Parents:
- ec366b3
- File:
-
- 1 edited
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
r1e09cd0 r589385f 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.
