diff --git a/backend/static/app.js b/backend/static/app.js index bd9167b..3842494 100644 --- a/backend/static/app.js +++ b/backend/static/app.js @@ -13,7 +13,6 @@ class TranscriptionApp { init() { this.connectWebSocket(); this.setupUpload(); - this.loadFileTree(); } // ===== WebSocket ===== diff --git a/backend/static/index.html b/backend/static/index.html index 739a1c9..ba39c27 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -4,6 +4,7 @@