Tweak - Remove additional references to dedicated button.

This commit is contained in:
iroken22 2023-01-07 21:58:39 -06:00
parent 698833a890
commit a1b0b3dec4

View File

@ -84,7 +84,6 @@
showTitles: true,
showRadius: false,
showInteractionRadius: false,
showDedicatedButton: true,
scriptURL: ''
};
let settings = defaultSettings;
@ -312,10 +311,6 @@
}
}
function toggleDedicatedButton(){
$('.toggle-create-waypoints').toggle();
}
function drawInputPopop(latlng, markerData) {
const formpopup = L.popup();