From d642a11423a680d0e40e40d5c2f89b04c867cd8d Mon Sep 17 00:00:00 2001 From: shimingxy Date: Sun, 21 Jun 2020 23:04:12 +0800 Subject: [PATCH] Update head.html --- docs/_includes/head.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/_includes/head.html b/docs/_includes/head.html index 618534c10..af2987982 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -2,7 +2,7 @@ - MaxKey is leading-edge Identity and Access Management System-Single Sign On(SSO) + MaxKey is leading-edge Identity and Access Management System-Single Sign On(SSO) @@ -32,7 +32,10 @@ if(!currentLang){//判断IE浏览器使用语言 currentLang = navigator.browserLanguage; } - alert(currentLang); + + if(currentLang.substr(1,2).toLowerCase()=="zh"){ + document.getElementById("maxkey_title").innerHTML="MaxKey-业界领先的企业级IAM身份管理和身份认证产品"; + }