diff --git a/combo/apps/maps/static/js/combo.map.js b/combo/apps/maps/static/js/combo.map.js index 3532813e..f60d4595 100644 --- a/combo/apps/maps/static/js/combo.map.js +++ b/combo/apps/maps/static/js/combo.map.js @@ -286,6 +286,7 @@ $(function() { } $map_widget[0].leaflet_map = map; + $(cell).removeClass('empty-cell'); map.setView(latlng, map_options.zoom); if (init_state == 'device-location') {