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
This commit is contained in:
Maxime Quandalle 2015-09-06 23:42:52 +02:00
parent 76004e407c
commit dd95ecba98
4 changed files with 54 additions and 42 deletions

View file

@ -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();
});