We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d458f commit bcfaccfCopy full SHA for bcfaccf
templates/EdgarIndustries/ElementalMap/Block/MapBlock.ss
@@ -14,7 +14,7 @@
14
<% loop $Markers %>
15
var map{$Up.ID}marker{$ID} = L.marker([{$Latitude}, {$Longitude}]).addTo(map{$Up.ID});
16
17
- <% if $Description %>
+ <% if $PopupContent %>
18
map{$Up.ID}marker{$ID}.bindPopup('{$PopupContent}');
19
<% end_if %>
20
<% end_loop %>
0 commit comments