Skip to content

Commit 629fece

Browse files
committed
log output page with clear
1 parent 3e3dd0a commit 629fece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

log.htm

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ <h1>Log output</h1>
9898

9999
clearObj.addEventListener('click', async () => {
100100
toastObj.info('deleting log files...');
101-
await fetch("/log_2.txt", { method: 'DELETE' });
102-
await fetch("/log_1.txt", { method: 'DELETE' });
101+
await fetch("/log_old.txt", { method: 'DELETE' });
102+
await fetch("/log.txt", { method: 'DELETE' });
103103
toastObj.info('log files deleted.');
104104

105105
});

0 commit comments

Comments
 (0)