From 36631dc20119ba0700ed5748c77f8ddd2ca588fa Mon Sep 17 00:00:00 2001 From: stephan Date: Wed, 22 Jul 2026 21:44:07 -0400 Subject: [PATCH] =?UTF-8?q?MSIN-4328=20=E2=80=94=20Remove=20automatic=20lo?= =?UTF-8?q?ading=20of=20sync=20logs=20in=20fxChronotrackApiAdminRenderPage?= =?UTF-8?q?Script=20to=20streamline=20user=20experience.=20Update=20commen?= =?UTF-8?q?ts=20to=20clarify=20log=20access=20method,=20ensuring=20better?= =?UTF-8?q?=20understanding=20of=20log=20visibility=20options.=20Increment?= =?UTF-8?q?=20version=20code.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- php/chronotrack_api/fx_chronotrack_admin.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/php/chronotrack_api/fx_chronotrack_admin.php b/php/chronotrack_api/fx_chronotrack_admin.php index 40a7c3b..d17f99e 100644 --- a/php/chronotrack_api/fx_chronotrack_admin.php +++ b/php/chronotrack_api/fx_chronotrack_admin.php @@ -1706,7 +1706,6 @@ function fxChronotrackApiAdminRenderPageScript($intEveId, $arrConfig, $blnClosed $res.html('
Réponse script :
'
                     + $('
').text(txt || '(vide)').html() + '
'); loadAutoDiag(); - loadSyncLogs(); }).fail(function (xhr) { $res.html('
Script injoignable sur ce domaine (HTTP ' + (xhr.status || '?') + '). Fichier pas déployé ici ?
'); @@ -1878,7 +1877,7 @@ function fxChronotrackApiAdminRenderPageScript($intEveId, $arrConfig, $blnClosed errors: tabErrAll.slice(0, 20) }); loadPushPreview(true); - loadSyncLogs(); + // Logs : uniquement via « Voir les logs » (pas d’ouverture auto) } function pushChunk() {