Skip to content

Commit ea170e4

Browse files
Bug fix.
1 parent e8257a1 commit ea170e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/WS_Service/LangService/Support/SupportPage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
window.onload = function() {
22
var lang = navigator.language || navigator.userLanguage;
33
var changelocation = document.getElementById("changelocation");
4-
var lxlmdoc = document.getElementById("Updates");
4+
var lxlmdoc = document.getElementById("lxlmdoc");
55

66
if (lang.startsWith("en")) {
77
changelocation.innerHTML = "Change location for the website";

0 commit comments

Comments
 (0)