From ea1ff86ecd12b698fe776801f87138221d01a9ce Mon Sep 17 00:00:00 2001 From: rstular Date: Sun, 17 May 2020 23:16:38 +0200 Subject: Styling fix, lopolis fix --- assets/js/meals.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'assets/js') diff --git a/assets/js/meals.js b/assets/js/meals.js index e9b3af8..0f4230e 100644 --- a/assets/js/meals.js +++ b/assets/js/meals.js @@ -278,8 +278,10 @@ async function lopolisLogin() { } }, - error: () => { - UIAlert( D("loginError"), "lopolisLogin(): ajax.error"); + error: (xhr) => { + if (xhr.status !== 401) { + UIAlert( D("loginError"), "lopolisLogin(): ajax.error"); + } setLoading(false); } }); -- cgit v1.2.3