Skip to content

Commit

Permalink
Update worldmap.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dceejay committed Dec 23, 2024
1 parent 0629ac2 commit ef1c68b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worldmap/worldmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -1565,6 +1565,7 @@ var rangerings = function(latlng, options) {

// the MAIN add marker or shape to map function
function setMarker(data) {
if (!data) { return; }
var rightmenu = function(m) {
m.on('click', function(e) {
var fb = allData[data["name"]];
Expand Down

0 comments on commit ef1c68b

Please sign in to comment.