diff options
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 2eb6b47..b957016 100644 --- a/client/button.js +++ b/client/button.js @@ -126,6 +126,7 @@ function animate2() { Template.layout.events({ 'click .logout': function (event) { Meteor.logout(); + $('div.header img.profile').attr('src', 'https://instagramimages-a.akamaihd.net/profiles/anonymousUser.jpg'); Router.go('login'); } }) |
