From 021bc54f9d2f821c36fc3b368c7e72f47de9d81e Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Wed, 15 Oct 2025 16:25:34 -0700 Subject: [PATCH] Start adding language support --- meshview/templates/map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshview/templates/map.html b/meshview/templates/map.html index 56bbfdc..0ab0c94 100644 --- a/meshview/templates/map.html +++ b/meshview/templates/map.html @@ -260,7 +260,7 @@ loadTranslations().then(async () => { channelList = Array.from(channelSet).sort(); - // ---- LocalStorage for Filter Preferences ---- + // ---- LocalStorage for Filter Preferences --- const FILTER_STORAGE_KEY = 'meshview_map_filters'; function getDefaultFilters() {