このコミットが含まれているのは:
thaaoblues 2024-09-09 22:20:10 +02:00
コミット bc93ef40ed
2個のファイルの変更5行の追加2行の削除

ファイルの表示

@ -210,4 +210,9 @@
.ascii-art {
font-family: monospace;
white-space: pre;
}
textarea{
width: 40vw;
height: 40vh;
}

ファイルの表示

@ -207,8 +207,6 @@ 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);