From 8ec72701286b407676d11208b1d287ef51b07365 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Fri, 1 May 2026 02:09:30 +0200 Subject: [PATCH] asdasd --- partials/landingpages/modules/setup.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/partials/landingpages/modules/setup.php b/partials/landingpages/modules/setup.php index 94412f4..fbfe9ce 100644 --- a/partials/landingpages/modules/setup.php +++ b/partials/landingpages/modules/setup.php @@ -425,6 +425,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { $current = modules()->settings($moduleName); $refreshSchedulerState(); + while (ob_get_level() > 0) { + ob_end_clean(); + } header('Content-Type: application/json; charset=utf-8'); echo json_encode([ 'ok' => true, @@ -1744,9 +1747,10 @@ $activeDbGroup = $testGroup !== null && array_key_exists($testGroup, $dbGroups) const persistScheduler = async () => { if (!form) return true; - const response = await fetch(window.location.href, { + const response = await fetch(form.action || window.location.href, { method: 'POST', body: collectSchedulerPayload(), + credentials: 'same-origin', headers: { 'Accept': 'application/json', 'X-Requested-With': 'XMLHttpRequest', @@ -2144,7 +2148,8 @@ $activeDbGroup = $testGroup !== null && array_key_exists($testGroup, $dbGroups) .scheduler-modal__backdrop { position: absolute; inset: 0; - background: #ffffff; + background: rgba(255, 255, 255, 0.38); + backdrop-filter: blur(1px); } .scheduler-modal__dialog {