From a10cc19e613c4142007a7f5b487221917e0d3b2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=20=D0=91=D0=BB=D0=B8?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2?= Date: Fri, 29 May 2026 12:27:40 +0300 Subject: [PATCH] Fix JS loadFileTree error and add favicon --- backend/static/app.js | 1 - backend/static/index.html | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 @@ Транскрибация совещаний +