diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-05-18 12:49:11 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-05-18 12:49:11 +0200 |
commit | 790a0e0a2d703f4a318acea3b102fcc6f7aebbb0 (patch) | |
tree | 300e8e9376534c3236f2c3d672d8690c7c3084f1 /client/components/users/events.js | |
parent | 018bb343b5eadba9b8367286634c39db454a53fa (diff) | |
download | wekan-790a0e0a2d703f4a318acea3b102fcc6f7aebbb0.tar.gz wekan-790a0e0a2d703f4a318acea3b102fcc6f7aebbb0.tar.bz2 wekan-790a0e0a2d703f4a318acea3b102fcc6f7aebbb0.zip |
Upgrade the useraccount system that support autofocus
v1.10.0 fixes https://github.com/meteor-useraccounts/core/issues/384
Diffstat (limited to 'client/components/users/events.js')
-rw-r--r-- | client/components/users/events.js | 6 |
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) { |