Fixed time string

This commit is contained in:
Myx
2023-10-15 03:56:17 +02:00
parent 2e87f14ced
commit 5c9fec4767
4 changed files with 11 additions and 8 deletions

View File

@@ -156,8 +156,6 @@ document.getElementById('uploadForm').addEventListener('submit', function(event)
return;
}
alert('File uploaded successfully.');
// Call loadFiles again to update the file list
loadFiles();
})
.catch(error => {