diff --git a/open-x4-sdk b/open-x4-sdk index bd4e6707..fe766f15 160000 --- a/open-x4-sdk +++ b/open-x4-sdk @@ -1 +1 @@ -Subproject commit bd4e6707503ab9c97d13ee0d8f8c69e9ff03cd12 +Subproject commit fe766f15cb9ff1ef8214210a8667037df4c60b81 diff --git a/src/network/html/FilesPage.html b/src/network/html/FilesPage.html index be93ced7..27669de0 100644 --- a/src/network/html/FilesPage.html +++ b/src/network/html/FilesPage.html @@ -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); }