This commit is contained in:
thaaoblues 2024-09-09 22:20:10 +02:00
parent 9141683347
commit bc93ef40ed
2 changed files with 5 additions and 2 deletions

View file

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

View file

@ -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);