From e09b02ea1fe773f0ebf4059792f89db9ae743fa8 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 20 Jun 2015 23:30:06 +0300 Subject: Fix step 5/6 --- client/button.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'client') diff --git a/client/button.js b/client/button.js index 5e1020f..c739001 100644 --- a/client/button.js +++ b/client/button.js @@ -72,6 +72,8 @@ function animate() { delay += 2000; _.delay(function() { + $('li#step4').removeClass('active'); + $('li#step5').addClass('active'); $('div.dominants').hide(); $('div.photos').show(); _.each(Session.get('photos'), function(x, i) { @@ -85,8 +87,8 @@ function animate() { delay += 2000; _.delay(function() { - $('li#step4').removeClass('active'); - $('li#step5').addClass('active'); + $('li#step5').removeClass('active'); + $('li#step6').addClass('active'); $('div.photos').hide(); $('div.final').show() -- cgit v1.3.1