omg ca marche ?

This commit is contained in:
piair 2023-08-25 15:49:37 +02:00
parent f7d6b19fc6
commit b0b537968c
1 changed files with 2 additions and 3 deletions

View File

@ -74,7 +74,6 @@ function change_proxy(value) {
function change_logs(value) {
data = JSON.parse('{{data|tojson}}'); //convertit le dictionnaire data en JSON
document.getElementById("embed")
console.log(value);
document.getElementById("embed").src = "/static/logs/" + value + ".txt";
}