summaryrefslogtreecommitdiff
path: root/client/button.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/button.js')
-rw-r--r--client/button.js1
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);