From e593c657d4531bdbc05baa7cf878f8a1e6d7bd70 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Tue, 8 Nov 2022 10:26:13 +0800 Subject: [PATCH] * Adjust code. --- module/common/view/header.lite.html.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/module/common/view/header.lite.html.php b/module/common/view/header.lite.html.php index 93b99e7ec0..76e18518c3 100644 --- a/module/common/view/header.lite.html.php +++ b/module/common/view/header.lite.html.php @@ -45,9 +45,6 @@ $commonLang = array('zh-cn', 'zh-tw', 'en', 'fr', 'de'); js::import('https://zui.cyy.oop.cc/dist/zui-custom/zui-custom.umd.cjs'); js::import('https://unpkg.com/htmx.org@1.8.2'); } - else - { - } if(!in_array($clientLang, $commonLang)) js::import($jsRoot . 'zui/lang.' . $clientLang . '.min.js?t=' . $timestamp); js::import($jsRoot . 'my.full.js?t=' . $timestamp);