Преглед изворни кода

Merge branch 'beta' into English

lsc пре 5 месеци
родитељ
комит
d6d51bd709
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main.js

+ 1 - 1
src/main.js

@@ -39,7 +39,7 @@ if (window.location.href.includes("cn")) {
   lang = cn;
 }else if(window.location.href.includes("com")){
   lang = en;
-}else if(window.location.href.includes("hk'")){
+}else if(window.location.href.includes("hk")){
   lang = hk;
 }