diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-10 22:55:21 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-10 22:55:21 +0300 |
| commit | 3c2d664444bed313899fb1789bf40f55f72d7c38 (patch) | |
| tree | c20ab9283fcb6dbc2083e26eb7f2c762ca82371e /client/button.js | |
| parent | b8519b5dfa00c1b57766f101660d471d36f99846 (diff) | |
Home screen base design
Diffstat (limited to 'client/button.js')
| -rw-r--r-- | client/button.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/button.js b/client/button.js index 11b9dac..525bbbf 100644 --- a/client/button.js +++ b/client/button.js @@ -6,7 +6,7 @@ Template.layout.events({ }) Template.login.events({ - 'click .login-instagram': function (event) { + 'click button.login': function (event) { Meteor.loginWithInstagram({}, function (err) { if (err) Session.set('errorMessage', err.reason || 'Unknown error'); |
