ptite modif de taille pour le texte
This commit is contained in:
parent
e208eb9841
commit
9141683347
1 changed files with 2 additions and 0 deletions
|
@ -207,6 +207,8 @@ async function gen_chronologie(){
|
|||
|
||||
case 1:
|
||||
const textarea = document.createElement('textarea');
|
||||
textarea.setAttribute("height","40vh");
|
||||
textarea.setAttribute("width","65vw")
|
||||
var xmlhttp, text;
|
||||
xmlhttp = new XMLHttpRequest();
|
||||
xmlhttp.open('GET', doc.upload_path, false);
|
||||
|
|
Loading…
Reference in a new issue