v0.14.23
This commit is contained in:
@@ -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