|
@@ -248,6 +248,7 @@ Template.editProfilePopup.events({
|
|
// XXX For some reason the useraccounts autofocus isnt working in this case.
|
|
// XXX For some reason the useraccounts autofocus isnt working in this case.
|
|
// See https://github.com/meteor-useraccounts/core/issues/384
|
|
// See https://github.com/meteor-useraccounts/core/issues/384
|
|
Template.changePasswordPopup.onRendered(function() {
|
|
Template.changePasswordPopup.onRendered(function() {
|
|
|
|
+ $('.at-pwd-form').show();
|
|
this.find('#at-field-current_password').focus();
|
|
this.find('#at-field-current_password').focus();
|
|
});
|
|
});
|
|
|
|
|