diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-28 14:30:22 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-28 14:30:22 +0300 |
| commit | 871b89cdf5e0506842236b75947fd2df4747bb2f (patch) | |
| tree | ea854fc4f90eea2fcd99798291e85b902a9da11a /client/button.js | |
| parent | 9f711cc5f814bd9d9c7b2f7bee91b46f2e55b60a (diff) | |
Smaller grid, spinner and final text
Diffstat (limited to 'client/button.js')
| -rw-r--r-- | client/button.js | 1 |
1 files changed, 1 insertions, 0 deletions
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!<div class="sec">This is your icon!</div>'); $('div.final div.final-dominants').hide(); $('div.final div.share').show(); }, delay + 2000); |
