Add download links to ringgo popup
This commit is contained in:
parent
6c4d7c32cf
commit
2cec623d89
5 changed files with 177 additions and 55 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue