mirror of
https://github.com/crawlerop/lpads
synced 2026-08-13 22:12:32 +07:00
fix for town value
This commit is contained in:
parent
6d1b11f0c4
commit
90f0beccd5
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ function loadMarker(data) {
|
|||
} else {
|
||||
document.getElementById("promo").value = ""
|
||||
}
|
||||
document.getElementById("town").value = ""
|
||||
})
|
||||
pins.push(m)
|
||||
m.addTo(mymap)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue