From dd95ecba98b02ede9ac474adfbdd963324eaf541 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Sun, 6 Sep 2015 23:42:52 +0200 Subject: Fix some dead links This commit fixes the download link in the activity feed on the sidebar and the mention link on card description and comments (replaced by a popup). `eslint .` now passes without any error or warning. Fixes #286 --- client/components/users/userHeader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/components/users/userHeader.js') diff --git a/client/components/users/userHeader.js b/client/components/users/userHeader.js index d8b1ee48..0f91fd15 100644 --- a/client/components/users/userHeader.js +++ b/client/components/users/userHeader.js @@ -35,7 +35,7 @@ Template.editProfilePopup.events({ // XXX For some reason the useraccounts autofocus isnt working in this case. // See https://github.com/meteor-useraccounts/core/issues/384 -Template.changePasswordPopup.onRendered(() => { +Template.changePasswordPopup.onRendered(function() { this.find('#at-field-current_password').focus(); }); -- cgit v1.2.3-1-g7c22