shimingxy 5 anni fa
parent
commit
66c3213c6e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docs/_includes/head.html

+ 1 - 1
docs/_includes/head.html

@@ -33,7 +33,7 @@
 				currentLang = navigator.browserLanguage;
 			}
 			
-			if(currentLang.substr(1,2).toLowerCase()=="zh"){
+			if(currentLang.substr(0,2).toLowerCase()=="zh"){
 				document.getElementById("maxkey_title").innerHTML="MaxKey-业界领先的企业级IAM身份管理和身份认证产品";
 			}
 		</script>