From 13a9bff798b10f26fa3a018b32bb03c06ddf97cf Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Tue, 11 Aug 2026 22:20:49 +0100 Subject: [PATCH] Fix log errors about "clickable" --- static/vendor/js/leaflet-workedallbritainireland.js | 10 ++++++---- 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 +- 9 files changed, 21 insertions(+), 19 deletions(-) diff --git a/static/vendor/js/leaflet-workedallbritainireland.js b/static/vendor/js/leaflet-workedallbritainireland.js index 7ca878f..cce0eee 100644 --- a/static/vendor/js/leaflet-workedallbritainireland.js +++ b/static/vendor/js/leaflet-workedallbritainireland.js @@ -109,8 +109,9 @@ L.WorkedAllBritainIreland = L.LayerGroup.extend({ icon: new L.DivIcon({ html: '' + squareRef + '', className: 'wabSquareLabel' // Prevent default background & border and provide ability to customise - }) - }, clickable=false); + }), + interactive: false + }); this.addLayer(label); } @@ -142,8 +143,9 @@ L.WorkedAllBritainIreland = L.LayerGroup.extend({ icon: new L.DivIcon({ html: '' + squareRef + i + j + '', className: 'wabSquareLabelLong' // Prevent default background & border and provide ability to customise - }) - }, clickable=false); + }), + interactive: false + }); this.addLayer(label); } } diff --git a/templates/add_spot.html b/templates/add_spot.html index 90824a8..efec158 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -76,7 +76,7 @@ - + diff --git a/templates/alerts.html b/templates/alerts.html index ac6dfe9..320d37e 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -75,7 +75,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 9a27520..ecbe250 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -72,8 +72,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index ff1afdc..a555c65 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -10,10 +10,10 @@ - - - - + + + + {% end %} {% block body %}
diff --git a/templates/conditions.html b/templates/conditions.html index e8bdc99..7bc7b2a 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -284,7 +284,7 @@
- + diff --git a/templates/map.html b/templates/map.html index 42f7505..9be8acf 100644 --- a/templates/map.html +++ b/templates/map.html @@ -105,8 +105,8 @@ - - + + diff --git a/templates/spots.html b/templates/spots.html index c9fd3a7..de16fbc 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -113,8 +113,8 @@ - - + + diff --git a/templates/status.html b/templates/status.html index e828f67..be00ea1 100644 --- a/templates/status.html +++ b/templates/status.html @@ -59,7 +59,7 @@ - +