From 70cb71acfa948412737c4faa0775e9b1669b8d65 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Tue, 2 Apr 2024 18:37:29 +0200 Subject: [PATCH] WebClient: don't hide initial errors in files page Signed-off-by: Nicola Murino --- templates/webclient/files.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/webclient/files.html b/templates/webclient/files.html index a2dff9b7..f3ad0c24 100644 --- a/templates/webclient/files.html +++ b/templates/webclient/files.html @@ -557,7 +557,6 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). // Private functions var initDatatable = function () { - $('#errorMsg').addClass("d-none"); dt = $("#file_manager_list").DataTable({ ajax: { url: "{{.DirsURL}}?path={{.CurrentDir}}",