Added t= date.now back to language dropdown
This commit is contained in:
@@ -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();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user