From d46e26e971c2027e3a26ce9ffaa1ddf5cd4aa16e Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Fri, 17 Oct 2025 12:03:31 +0200 Subject: [PATCH] work --- website/public/debug/lang/colon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/public/debug/lang/colon.js b/website/public/debug/lang/colon.js index e55ddc6..3ca7550 100644 --- a/website/public/debug/lang/colon.js +++ b/website/public/debug/lang/colon.js @@ -50,7 +50,7 @@ map.on('load', () => { // Add default hash if not present if (!window.location.hash) { alert( - 'To change the map language, modify the language code in the URL #.\nLabels will be RED when different. name_xx on line 1, name:xx on line 2', + 'To change the map language, modify the language code in the URL #.\nLabels will be RED when different.\nname_xx on line 1, name:xx on line 2', ) window.location.hash = '#en' // The hashchange event will trigger applyLanguage()