This commit is contained in:
a-ill
2023-07-20 00:23:40 +03:00
parent 1afca45d4b
commit 6c48a726d1
3 changed files with 23 additions and 26 deletions

View File

@@ -92,7 +92,6 @@
if (addressVec!=undefined) {
let data = [...addressVec,userPinLat,userPinLng,contactInput.value]
let url = "/" + locale + "/groups-add-post/"
console.log(data)
sendData(url,data)
}