From 871b89cdf5e0506842236b75947fd2df4747bb2f Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sun, 28 Jun 2015 14:30:22 +0300 Subject: Smaller grid, spinner and final text --- client/button.js | 1 + 1 file changed, 1 insertion(+) (limited to 'client/button.js') diff --git a/client/button.js b/client/button.js index dd73e04..cdeed52 100644 --- a/client/button.js +++ b/client/button.js @@ -114,6 +114,7 @@ function animate2() { _.delay(function() { $('li#step7').removeClass('active'); $('li#step8').addClass('active'); + $('h2.title').html('Done!
This is your icon!
'); $('div.final div.final-dominants').hide(); $('div.final div.share').show(); }, delay + 2000); -- cgit v1.3.1