From 90f0beccd5876fc7de0dfd8f0e6c1116d21bcde9 Mon Sep 17 00:00:00 2001 From: Crawlerop Date: Mon, 26 Oct 2020 13:49:56 +0700 Subject: [PATCH] fix for town value --- lpadsjs/editormain.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lpadsjs/editormain.js b/lpadsjs/editormain.js index 67bfaf0..e721556 100644 --- a/lpadsjs/editormain.js +++ b/lpadsjs/editormain.js @@ -75,6 +75,7 @@ function loadMarker(data) { } else { document.getElementById("promo").value = "" } + document.getElementById("town").value = "" }) pins.push(m) m.addTo(mymap)