update doc

This commit is contained in:
Otto Mao
2017-12-04 17:10:21 +08:00
parent 4fd60da6fa
commit e54fb23daa
10 changed files with 82 additions and 131 deletions

View File

@@ -16,7 +16,7 @@ function isInLocaleView() {
function initDefaultLocaleAndStatic() {
if (!isInLocaleView()) {
location.href = isUTF8Zone() ? '/cn' : '/en';
location.href = isUTF8Zone() ? '/cn' : 'en';
}
}