aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-04-09 16:32:24 +0100
committerStruan Donald <struan@exo.org.uk>2013-04-09 16:32:24 +0100
commit57aadf93234abac5cc366427b32d31872fe2eb22 (patch)
tree573d45dd4f6041dc58464e9b8c5b69001442d2df /www/js
parentc07bbfe01d45d1161f81a1842ffaf2215d6ad9fa (diff)
change wording on photo page next button as you add/remove photo
Diffstat (limited to 'www/js')
-rw-r--r--www/js/views/photo.js2
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();
}