mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-12 22:24:47 +02:00
let's go ca marche je pense
This commit is contained in:
@ -4,9 +4,7 @@ function addline(ligne){
|
||||
}
|
||||
|
||||
|
||||
function change_discord(value) {
|
||||
data = JSON.parse('{{data|tojson}}'); //convertit le dictionnaire data en JSON
|
||||
|
||||
function change_discord(value, data) {
|
||||
if (value == "{{len}}"){
|
||||
document.getElementById("name").value = "";
|
||||
document.getElementById("submit").value = "Create !";
|
||||
@ -26,8 +24,7 @@ function change_discord(value) {
|
||||
}
|
||||
}
|
||||
|
||||
function change_config(value) {
|
||||
data = JSON.parse('{{data|tojson}}'); //convertit le dictionnaire data en JSON
|
||||
function change_config(value, data) {
|
||||
document.getElementById("delete").style.visibility = "hidden";
|
||||
if (value == "{{len}}"){
|
||||
document.getElementById("submit").value = "Create !";
|
||||
@ -73,6 +70,5 @@ function change_proxy(value, data) {
|
||||
|
||||
|
||||
function change_logs(value) {
|
||||
console.log(value);
|
||||
document.getElementById("embed").src = "/static/logs/" + value + ".txt";
|
||||
}
|
||||
|
Reference in New Issue
Block a user