From 118d2c5bcf2b924af8f16a92f4c93aa50c377d6c Mon Sep 17 00:00:00 2001 From: Yokayo Date: Mon, 13 May 2024 19:22:48 +0700 Subject: [PATCH] Remove unneeded comment --- public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/script.js b/public/script.js index 5b92efc60..db045f8c8 100644 --- a/public/script.js +++ b/public/script.js @@ -856,7 +856,7 @@ async function firstLoadInit() { await getClientVersion(); await readSecretState(); - initLocales(); // this function needs to be executed this late because otherwise, locale file fails to load on time sometimes + initLocales(); await getSystemMessages(); sendSystemMessage(system_message_types.WELCOME); await getSettings();