From d9e1b1614ddf2a9a2e43682519a06802a3d6f5b6 Mon Sep 17 00:00:00 2001 From: Yueyu Date: Wed, 6 Oct 2021 13:12:28 +0800 Subject: [PATCH] Show names after translated content is ready --- editions/free/src/inapp/about.html | 3 ++- src/entry/inapp.js | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/editions/free/src/inapp/about.html b/editions/free/src/inapp/about.html index b4eec3bd..7d3b5d10 100644 --- a/editions/free/src/inapp/about.html +++ b/editions/free/src/inapp/about.html @@ -32,7 +32,8 @@

-
+ + diff --git a/src/entry/inapp.js b/src/entry/inapp.js index fe84cb86..b9ca99a7 100644 --- a/src/entry/inapp.js +++ b/src/entry/inapp.js @@ -15,6 +15,8 @@ export function inappAbout () { gn('aboutWhoSupportedDescription').innerHTML = ( Localization.localize('ABOUT_WHO_SUPPORTED_DESCRIPTION') ); + // Show names after translated contents are ready. + gn('aboutFameHall').style.display = 'block'; // PBS-only if (window.Settings.edition == 'PBS') {