From 567bf4faee8db13ca392f6a2a55fa6c25e9e0440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Tue, 25 Sep 2018 15:09:39 +0800 Subject: [PATCH] Update index.html --- admin/index.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/admin/index.html b/admin/index.html index 8093f29..a187dea 100644 --- a/admin/index.html +++ b/admin/index.html @@ -875,11 +875,9 @@ }); - if (systemLang === 'de') { - translate_de(); - } else if (systemLang === 'ru') { - translate_ru(); - } + if (systemLang === 'cn') { + translate_cn(); + } if (typeof localStorage !== 'undefined') { activePage = localStorage['modbuspage'];