This commit is contained in:
2023-09-03 14:29:57 +03:00
parent cc52dc3fa5
commit 2ea763265e
2 changed files with 3 additions and 3 deletions

View File

@@ -118,8 +118,8 @@ function forloop_func_form (data,get,str) {
}
}
if (!data["type_transport"]){
data["type_transport"] = ""
str = `${str}type_transport=""&`
data["type_transport"] =
str = `${str}type_transport=&`
}
if (get !== null){
let list = [data,str]