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 2621323..c2afa24 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 49ee335..ffdf521 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -82,7 +82,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index c2a00a6..139a31c 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -79,8 +79,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 c14ea60..4b0b1c3 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -284,7 +284,7 @@
- + diff --git a/templates/map.html b/templates/map.html index f1188ed..5f426ed 100644 --- a/templates/map.html +++ b/templates/map.html @@ -112,8 +112,8 @@ - - + + diff --git a/templates/spots.html b/templates/spots.html index 7f21ae9..07a5fbf 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -118,8 +118,8 @@ - - + + diff --git a/templates/status.html b/templates/status.html index d8e4a63..9b3267d 100644 --- a/templates/status.html +++ b/templates/status.html @@ -81,7 +81,7 @@ - +