diff --git a/internal/web/index.html b/internal/web/index.html
index 90e9db8..16474a8 100644
--- a/internal/web/index.html
+++ b/internal/web/index.html
@@ -1562,7 +1562,7 @@
${new Date(file.uploaded_at).toLocaleDateString()}
-
+
@@ -1611,7 +1611,7 @@
}
async function shareFile(hash) {
- console.log('shareFile called with hash:', hash);
+ console.log('DEBUG: shareFile function called!', hash);
console.log('userFiles array:', userFiles);
const file = userFiles.find(f => f.hash === hash);
console.log('Found file:', file);