We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3dd0a commit 629feceCopy full SHA for 629fece
log.htm
@@ -98,8 +98,8 @@ <h1>Log output</h1>
98
99
clearObj.addEventListener('click', async () => {
100
toastObj.info('deleting log files...');
101
- await fetch("/log_2.txt", { method: 'DELETE' });
102
- await fetch("/log_1.txt", { method: 'DELETE' });
+ await fetch("/log_old.txt", { method: 'DELETE' });
+ await fetch("/log.txt", { method: 'DELETE' });
103
toastObj.info('log files deleted.');
104
105
});
0 commit comments