From ab9dbdec4bd6f1522d6949fa9ac2c8016bb795b0 Mon Sep 17 00:00:00 2001 From: Pablo Zmdl Date: Wed, 11 Feb 2026 16:03:00 +0100 Subject: [PATCH] Disable SSE and polling implementations. Signed-off-by: Pablo Zmdl --- php/public/forms.js | 1 - php/templates/layout.twig | 2 -- 2 files changed, 3 deletions(-) diff --git a/php/public/forms.js b/php/public/forms.js index 2e4c7998..aa59161a 100644 --- a/php/public/forms.js +++ b/php/public/forms.js @@ -46,7 +46,6 @@ function showPassword(id) { function enableSpinner() { document.getElementById('overlay').classList.add('loading'); - window.containerEventsLogClient.fetchAndShow({ forceReloading: true }); } function disableSpinner() { diff --git a/php/templates/layout.twig b/php/templates/layout.twig index e3984bd6..f0cb9259 100644 --- a/php/templates/layout.twig +++ b/php/templates/layout.twig @@ -5,7 +5,6 @@ - @@ -16,7 +15,6 @@
-