From 6c049ad68cca652a38189df8fdd2d3c9d8642e60 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 17 Jun 2015 21:40:44 +0300 Subject: Fix step updates and wrong color choices --- client/button.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/button.js') 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() -- cgit v1.3.1