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' : '';