Add download links to ringgo popup

This commit is contained in:
Norbert Renner 2021-01-25 10:19:43 +01:00
parent 6c4d7c32cf
commit 2cec623d89
5 changed files with 177 additions and 55 deletions

View file

@ -97,7 +97,7 @@ BR.PoiMarkers = L.Control.extend({
markerColor: BR.conf.markerColors.poi,
});
var content = BR.Util.sanitizeHTMLContent(name) + '<br>';
var content = '<p>' + BR.Util.sanitizeHTMLContent(name) + '</p>';
content += "<button id='remove-poi-marker' class='btn btn-secondary'><i class='fa fa-trash'></i></button>";
var self = this;