Added t= date.now back to language dropdown
Some checks failed
GitHub Actions / build (18) (push) Has been cancelled
GitHub Actions / build (20) (push) Has been cancelled
GitHub Actions / build (22) (push) Has been cancelled
GitHub Actions / check (push) Has been cancelled

This commit is contained in:
becarta
2025-04-14 00:50:37 +02:00
parent fae573069f
commit ad8b0e14aa

View File

@@ -302,7 +302,7 @@ const currentLanguage = languages.find((lang) => lang.code === currentLang) || l
// Force a complete page reload to ensure all content is updated to the new language // Force a complete page reload to ensure all content is updated to the new language
// This bypasses any client-side caching and ensures a fresh server render // This bypasses any client-side caching and ensures a fresh server render
// window.location.href = newFullUrl + '?t=' + Date.now(); window.location.href = newFullUrl + '?t=' + Date.now();
}); });
}); });