diff options
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/views/photo.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/views/photo.js b/www/js/views/photo.js index 6ea7f40..4171e6a 100644 --- a/www/js/views/photo.js +++ b/www/js/views/photo.js @@ -33,6 +33,7 @@ this.model.set('file', imgURI); FMS.saveCurrentDraft(); + $('#photo-next-btn .ui-btn-text').text('Next'); $('#display_photo').show(); $('#add_photo').hide(); }, @@ -50,6 +51,7 @@ FMS.saveCurrentDraft(); $('#photo').attr('src', ''); + $('#photo-next-btn .ui-btn-text').text('Skip'); $('#display_photo').hide(); $('#add_photo').show(); } |