summaryrefslogtreecommitdiff
path: root/client/button.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/button.js')
-rw-r--r--client/button.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/button.js b/client/button.js
index 2916938..6691063 100644
--- a/client/button.js
+++ b/client/button.js
@@ -14,6 +14,7 @@ function animate() {
// pixelate
_.delay(function () {
+ $('h4.step').text('(Step 2)');
_.each(Session.get('photos'), function(x, i) {
_.delay(function() {
$('#img-'+x.id).hide()
@@ -28,6 +29,7 @@ function animate() {
// colorize
_.delay(function() {
+ $('h4.step').text('(Step 3)');
_.each(Session.get('photos'), function(x, i) {
_.delay(function () {
$('#img-'+x.id).hide()