From 454c8ff6e2d2c23f6f6dab936d42c81f41737244 Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Wed, 15 Oct 2025 16:27:43 -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 0ab0c94..56bbfdc 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() {