diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-17 21:40:44 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-17 21:40:44 +0300 |
| commit | 6c049ad68cca652a38189df8fdd2d3c9d8642e60 (patch) | |
| tree | 19233475ae0f2c5a7721965bf46f9937064a4439 /client/button.js | |
| parent | 651491ca50532e8b7cf497c072cf909545ef8a3e (diff) | |
Fix step updates and wrong color choices
Diffstat (limited to 'client/button.js')
| -rw-r--r-- | client/button.js | 2 |
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() |
