fix for town value

This commit is contained in:
Crawlerop 2020-10-26 13:49:56 +07:00
parent 6d1b11f0c4
commit 90f0beccd5

View file

@ -75,6 +75,7 @@ function loadMarker(data) {
} else {
document.getElementById("promo").value = ""
}
document.getElementById("town").value = ""
})
pins.push(m)
m.addTo(mymap)