--- a/mouchak/static/js/views.js +++ b/mouchak/static/js/views.js @@ -120,6 +120,7 @@ var template = _.template($("#map-template").html()); $(el).append(template); $("#map").hide(); + $("#summaryData").hide(); var southWest = new L.LatLng(47.20, 4.04); //Logic to calculate the bounds for "world view". var northEast = new L.LatLng(55.10, 16.67); var restrictBounds = new L.LatLngBounds(southWest, northEast);