still testing

This commit is contained in:
piair
2023-08-26 13:10:57 +02:00
parent 83a2b8f33e
commit c25a744a5c
2 changed files with 2 additions and 3 deletions

View File

@ -56,8 +56,7 @@ function change_config(value) {
}
function change_proxy(value, json) {
data = JSON.parse(json); //convertit le dictionnaire data en JSON
function change_proxy(value, data) {
if (value == "{{len}}"){
document.getElementById("submit").value = "Create";
document.getElementById("address").value = "";