mirror of
https://github.com/wekan/wekan.git
synced 2026-02-02 22:51:47 +01:00
Upgrade the useraccount system that support autofocus
v1.10.0 fixes https://github.com/meteor-useraccounts/core/issues/384
This commit is contained in:
parent
018bb343b5
commit
790a0e0a2d
2 changed files with 2 additions and 8 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue