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