From 05ac652cee725d7442485b2fc7f837873f9b5ea5 Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Fri, 19 Jun 2026 19:31:56 +0100 Subject: [PATCH] Fix some IDE warnings --- .idea/inspectionProfiles/Project_Default.xml | 39 +++++ .../inspectionProfiles/profiles_settings.xml | 6 - .idea/jsLibraryMappings.xml | 6 + .idea/spothole.iml | 2 + templates/add_spot.html | 2 +- templates/alerts.html | 2 +- templates/bands.html | 4 +- templates/base.html | 10 +- templates/conditions.html | 2 +- templates/map.html | 4 +- templates/spots.html | 4 +- templates/status.html | 2 +- webassets/css/style.css | 4 +- webassets/js/add-spot.js | 38 ++--- webassets/js/alerts.js | 122 +++++++-------- webassets/js/bands.js | 41 +++-- webassets/js/common.js | 51 +++---- webassets/js/geo.js | 8 +- webassets/js/map.js | 66 +++++---- webassets/js/spots.js | 140 +++++++++--------- webassets/js/spotsbandsandmap.js | 28 ++-- webassets/js/ui-ham.js | 85 +---------- 22 files changed, 310 insertions(+), 356 deletions(-) delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/jsLibraryMappings.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 146ab09..450002b 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,6 +1,45 @@