We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0b36a commit 7377c2dCopy full SHA for 7377c2d
assets/WS_Service/LangService/MainPage.js
@@ -10,7 +10,7 @@ date: 2/2/2025 11:45 PM
10
*/
11
12
window.onload = function() {
13
- var lang = navigator.language || navigator.userLanguage;
+ var lang = navigator.language;
14
var About = document.getElementById("About");
15
var Updates = document.getElementById("Updates");
16
var Contracts = document.getElementById("Contracts");
assets/WS_Service/LangService/Support/SupportPage.js
@@ -1,5 +1,5 @@
1
2
3
var changelocation = document.getElementById("changelocation");
4
var lxlmdoc = document.getElementById("lxlmdoc");
5
0 commit comments