We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8257a1 commit ea170e4Copy full SHA for ea170e4
assets/WS_Service/LangService/Support/SupportPage.js
@@ -1,7 +1,7 @@
1
window.onload = function() {
2
var lang = navigator.language || navigator.userLanguage;
3
var changelocation = document.getElementById("changelocation");
4
- var lxlmdoc = document.getElementById("Updates");
+ var lxlmdoc = document.getElementById("lxlmdoc");
5
6
if (lang.startsWith("en")) {
7
changelocation.innerHTML = "Change location for the website";
0 commit comments