diff options
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'); |
