Update index.html
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user