This commit is contained in:
2024-05-29 12:19:55 +02:00
parent 05517b9144
commit 0013a2e283
2 changed files with 7 additions and 8 deletions

View File

@@ -1,5 +1,3 @@
document.onload = function () {
const response = fetch("/index.php?listfiles=1");
const tabulka = document.getElementById("tabulka");
tabulka.innerHTML = response.text;
}
const response = fetch("/index.php?listfiles=1");
const tabulka = document.getElementById("tabulka");
tabulka.innerHTML = response.text;