Add numbers to WAJA map

This commit is contained in:
phl0
2024-01-29 12:26:38 +01:00
parent db77301d9e
commit 082c2bd5ca
2 changed files with 104 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@@ -335,6 +335,5 @@ function onClick(e) {
function onClick2(e) {
var marker = e.target;
console.log(marker);
displayContactsOnMap($("#wasmap"), marker.options.title, $('#band2').val(), $('#mode').val(), 'WAS')
}