mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-05 07:07:38 +03:00
updates
This commit is contained in:
parent
ec82ff209d
commit
ece963cbba
@ -1 +1 @@
|
||||
Subproject commit bd4e6707503ab9c97d13ee0d8f8c69e9ff03cd12
|
||||
Subproject commit fe766f15cb9ff1ef8214210a8667037df4c60b81
|
||||
@ -885,7 +885,6 @@ function uploadFile() {
|
||||
progressText.textContent = 'All uploads complete!';
|
||||
setTimeout(() => {
|
||||
closeUploadModal();
|
||||
// hydrate(); // Refresh file list instead of reloading
|
||||
reloadContent();
|
||||
}, 1000);
|
||||
} else {
|
||||
@ -899,7 +898,6 @@ function uploadFile() {
|
||||
setTimeout(() => {
|
||||
closeUploadModal();
|
||||
showFailedUploadsBanner();
|
||||
// hydrate(); // Refresh file list to show successfully uploaded files
|
||||
reloadContent();
|
||||
}, 2000);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user