Este commit está contenido en:
thaaoblues 2024-09-09 22:20:10 +02:00
padre 9141683347
commit bc93ef40ed
Se han modificado 2 ficheros con 5 adiciones y 2 borrados

Ver fichero

@ -211,3 +211,8 @@
font-family: monospace; font-family: monospace;
white-space: pre; white-space: pre;
} }
textarea{
width: 40vw;
height: 40vh;
}

Ver fichero

@ -207,8 +207,6 @@ async function gen_chronologie(){
case 1: case 1:
const textarea = document.createElement('textarea'); const textarea = document.createElement('textarea');
textarea.setAttribute("height","40vh");
textarea.setAttribute("width","65vw")
var xmlhttp, text; var xmlhttp, text;
xmlhttp = new XMLHttpRequest(); xmlhttp = new XMLHttpRequest();
xmlhttp.open('GET', doc.upload_path, false); xmlhttp.open('GET', doc.upload_path, false);