v0.14.23
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
<link rel="icon" href="__GREE_BASE_PATH__/favicon.svg" type="image/svg+xml">
|
||||
<link rel="stylesheet" href="__GREE_STYLES_ASSET__">
|
||||
<script src="__GREE_THEME_INIT_ASSET__"></script>
|
||||
<script src="__GREE_LANG_INIT_ASSET__"></script>
|
||||
<title>GREE Controller · Custom chart</title>
|
||||
</head>
|
||||
|
||||
|
||||
@@ -350,6 +350,8 @@ async function initPublicChart() {
|
||||
await setPublicChartLanguage(publicCookie('gree_controller_language') || PUBLIC_DEFAULT_LANGUAGE);
|
||||
} catch (error) {
|
||||
console.error('Public chart language initialization failed:', error);
|
||||
} finally {
|
||||
document.documentElement.classList.remove('i18n-loading');
|
||||
}
|
||||
try {
|
||||
await loadPublicChart();
|
||||
|
||||
Reference in New Issue
Block a user