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 %}