client/general: fix JSCS warnings

This commit is contained in:
rr-
2016-05-10 14:13:24 +02:00
parent 27533483b2
commit 3856e9fd0d
6 changed files with 15 additions and 13 deletions

View File

@ -45,6 +45,7 @@ Promise.all([tags.refreshExport(), api.loginFromCookies()])
page('/');
events.notify(
events.Error,
'An error happened while trying to log you in: ' + errorMessage);
'An error happened while trying to log you in: ' +
errorMessage);
}
});