From 0936b690ecce458e858c6c515d83d6dd4d68bf7d Mon Sep 17 00:00:00 2001 From: unfr Date: Thu, 14 Aug 2025 08:30:49 +0200 Subject: [PATCH] correction loglink (live with mysql) --- autopost/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopost/server.js b/autopost/server.js index e610672..7ab5023 100644 --- a/autopost/server.js +++ b/autopost/server.js @@ -618,7 +618,7 @@ autopostRouter.get('/', async (req, res) => { statusText = 'INCONNU'; } - var logLink = (parseInt(row.status) === 1 || parseInt(row.status) === 2) + var logLink = (parseInt(row.status) === 1 || parseInt(row.status) === 2 || parseInt(row.status) === 4) ? ' | Log' : '';