This commit is contained in:
Zhi Wang 2022-01-17 15:23:02 -05:00
parent 9d62279215
commit 563092f680

View File

@ -61,7 +61,7 @@
fetch("/delete/" + path)
setTimeout(function () {
refresh(true)
}, 1000);
}, 20);
}
// fresh the page every 10 seconds, in case active sessions are closed.