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