summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/button.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/button.js b/client/button.js
index 3b7e936..3b3a1c5 100644
--- a/client/button.js
+++ b/client/button.js
@@ -112,6 +112,7 @@ function animate2() {
$('h2.title').html('Done!<div class="sec">This is your icon!</div>');
$('div.final div.final-dominants').hide();
$('div.final div.share').show();
+ $('div.about-link').show();
}, delay + 2000);
@@ -157,6 +158,7 @@ Template.dates.events({
}
},
'submit form.dates': function (event) {
+ $('div.about-link').hide();
Router.go('photos');
_.delay(animate, 2000);
return false;