From 0d7cb6f8d18534a381a5bb3abc1932ab07abc19e Mon Sep 17 00:00:00 2001 From: "Satur@it-depot.ru" Date: Thu, 6 Mar 2025 16:23:19 +0300 Subject: [PATCH] t --- templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 3780598..2eccce8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1047,7 +1047,7 @@ } function closeNoteModal() { - $('#note-modal').hide(); + $('#note-modal').hide(); // $('#modal-overlay').hide(); $('#note-textarea').val(''); // Очищаем текстовое поле selectedInstallId = null; // Сбрасываем выбранный ID @@ -1154,7 +1154,7 @@ $('#folder-tree').jstree(true).refresh(); }, error: function (xhr, status, error) { - console.error("Error saving folder position:", status, error); + console.error("Error saving folder position:", status, error); console.error("Response:", xhr.responseText); alert("Не удалось сохранить новое положение папки. Проверьте консоль."); $('#folder-tree').jstree(true).refresh(); @@ -1163,4 +1163,4 @@ } - \ No newline at end of file + \ No newline at end of file