Explorar o código

WebClient: don't hide initial errors in files page

Signed-off-by: Nicola Murino <[email protected]>
Nicola Murino hai 1 ano
pai
achega
70cb71acfa
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      templates/webclient/files.html

+ 0 - 1
templates/webclient/files.html

@@ -557,7 +557,6 @@ explicit grant from the SFTPGo Team ([email protected]).
 
         // Private functions
         var initDatatable = function () {
-            $('#errorMsg').addClass("d-none");
             dt = $("#file_manager_list").DataTable({
                 ajax: {
                     url: "{{.DirsURL}}?path={{.CurrentDir}}",