From 9bd0f793046aad4f4b6900ed48af06b062ea5464 Mon Sep 17 00:00:00 2001 From: Kato Date: Thu, 3 Sep 2026 21:55:57 +0000 Subject: [PATCH] =?UTF-8?q?Rename=20profile=20modal=20to=20'Dein=20Profile?= =?UTF-8?q?',=20put=20username=20and=20checkbox=20on=20same=20line=20with?= =?UTF-8?q?=20'Ver=C3=B6ffentlichen'=20label?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/main.js b/js/main.js index 883a182..117466c 100644 --- a/js/main.js +++ b/js/main.js @@ -359,6 +359,7 @@ async function loadWiki() { wikiContainer.innerHTML = ''; const isEN = document.body.dataset.lang === 'en'; + console.log('loadWiki: isEN =', isEN); const topics = {}; result.data.forEach(item => {