summaryrefslogtreecommitdiffstats
path: root/client/components
diff options
context:
space:
mode:
Diffstat (limited to 'client/components')
-rw-r--r--client/components/users/events.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/client/components/users/events.js b/client/components/users/events.js
index 14df9717..b741532f 100644
--- a/client/components/users/events.js
+++ b/client/components/users/events.js
@@ -1,9 +1,3 @@
-// XXX This should be handled by default (and in a better way) by useraccounts.
-// See https://github.com/meteor-useraccounts/core/issues/384
-Template.atForm.onRendered(function() {
- this.find('input').focus();
-});
-
Template.memberMenuPopup.events({
'click .js-language': Popup.open('setLanguage'),
'click .js-logout': function(evt) {