removed the T=timestamp in the url
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:29:37 +02:00
parent b1351ca79a
commit fae573069f
5 changed files with 101 additions and 54 deletions

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
// 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();
});
});