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) => {";