hmm why doesn't this work ?
This commit is contained in:
parent
defbc63a65
commit
01f678a216
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue