helpdavid
This commit is contained in:
parent
c74516597a
commit
c1c9a9133a
@ -1,6 +1,6 @@
|
|||||||
async function dokelu() {
|
async function dokelu() {
|
||||||
const response = await fetch("/index.php?listfiles=1");
|
const response = await fetch("/index.php?listfiles=1");
|
||||||
const tabulka = document.getElementById("tabulka");
|
const tabulka = document.getElementById("tabulka");
|
||||||
tabulka.innerHTML = response.text;
|
tabulka.innerHTML = await response.text();
|
||||||
}
|
}
|
||||||
dokelu();
|
dokelu();
|
Loading…
Reference in New Issue
Block a user