mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-06 18:30:57 +00:00
Bugfix: Login page shows wrong selected country flag/language (#1117)
Closes #1116
This commit is contained in:
parent
c3e5157dee
commit
1b5d21a22e
@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
|
||||||
const defaultLocale = document.documentElement.getAttribute('language') || 'en_GB';
|
const defaultLocale = document.documentElement.getAttribute('data-language') || 'en_GB';
|
||||||
const storedLocale = localStorage.getItem('languageCode') || defaultLocale;
|
const storedLocale = localStorage.getItem('languageCode') || defaultLocale;
|
||||||
|
|
||||||
const currentURL = new URL(window.location.href);
|
const currentURL = new URL(window.location.href);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user