diff --git a/public/router.js b/public/router.js index 6a677ad..6c5985a 100644 --- a/public/router.js +++ b/public/router.js @@ -747,6 +747,7 @@ if ('serviceWorker' in navigator) { // Modul-Cache leeren damit nächste Navigation frische Module lädt moduleCache.clear(); showToast(t('common.updateAvailable'), 'default', 8000); + setTimeout(() => location.reload(), 8000); } }); }