Skip to content

Commit

Permalink
Clear loading message
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarfonts committed Mar 10, 2017
1 parent 614b390 commit 4eaa287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/widget/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ define(['i18n', 'SOS', 'leaflet', 'SensorWidget', 'widget-common', 'leaflet-labe
}
function addFoIs(features) {
// Map div
el.innerHTML="";
var map_div = document.createElement("div");
map_div.className = "map widget";
el.appendChild(map_div);
Expand Down

0 comments on commit 4eaa287

Please sign in to comment.