diff --git a/static/js/map.js b/static/js/map.js index efe25ac..50dfc37 100644 --- a/static/js/map.js +++ b/static/js/map.js @@ -522,7 +522,6 @@ function loadMapURLParams() { function setUpMap() { // Create map map = L.map('map', { - zoomControl: false, minZoom: 2, maxZoom: 12 }); diff --git a/templates/add_spot.html b/templates/add_spot.html index 87b09ea..77cdfbe 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 065cbfa..8cad303 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -84,7 +84,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 6e1dca6..27a43ab 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -76,8 +76,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index e6eacf6..e3958ab 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -15,10 +15,10 @@ window.fetchEventSource = fetchEventSource; - - - - + + + + {% end %} {% block body %}