Browse Source

WebClient: don't hide initial errors in files page

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
Nicola Murino 1 year ago
parent
commit
70cb71acfa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      templates/webclient/files.html

+ 0 - 1
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}}",