mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/general: fix JSCS warnings
This commit is contained in:
@ -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);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user