hmm why doesn't this work ?

This commit is contained in:
piair 2023-09-10 10:56:04 +02:00
parent defbc63a65
commit 01f678a216
2 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,6 @@ function addline(ligne){
document.getElementById("table").insertRow(lplus).insertCell(0).innerHTML = '<input type="file" id="file' + lplus + '" name="file' + lplus + '" onchange="addline(' + lplus + ')">'
}
function change_discord(value, data, len) {
if (value == len){
document.getElementById("name").value = "";
@ -25,6 +24,7 @@ function change_discord(value, data, len) {
}
function change_config(value, data, len) {
console.log(data);
document.getElementById("delete").style.visibility = "hidden";
if (value == len){
document.getElementById("submit").value = "Create !";
@ -52,7 +52,6 @@ function change_config(value, data, len) {
}
}
function change_proxy(value, data, len) {
if (value == len){
document.getElementById("submit").value = "Create";
@ -68,7 +67,6 @@ function change_proxy(value, data, len) {
}
}
function change_logs(value) {
document.getElementById("embed").src = "/static/logs/" + value + ".txt";
}

View File

@ -1 +1 @@
v6.3.3
v6.3.4