From b1f6e179668bc1ccecae1d738423e7103c8a44d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Tue, 16 Jun 2026 20:00:41 +0200 Subject: [PATCH] Fix Bestellungen search fragment request --- modules/shared/auth/ui/home.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/shared/auth/ui/home.php b/modules/shared/auth/ui/home.php index bd45820..2f4f7dc 100644 --- a/modules/shared/auth/ui/home.php +++ b/modules/shared/auth/ui/home.php @@ -616,7 +616,6 @@ function render_auth_home_page(array $user, array $otcProducts = [], array $best echo " };"; echo " const buildFragmentUrl = (params) => {"; echo " const url = buildUrl(params);"; - echo " url.searchParams.set('bestellungen_fragment', '1');"; echo " return url;"; echo " };"; echo " const replaceFragment = (html) => {";