Update head.html

This commit is contained in:
shimingxy
2020-06-21 23:07:19 +08:00
parent c25dad5daf
commit 66c3213c6e

View File

@@ -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>