浏览代码

WebClient: don't hide initial errors in files page

Signed-off-by: Nicola Murino <[email protected]>
Nicola Murino 1 年之前
父节点
当前提交
70cb71acfa
共有 1 个文件被更改,包括 0 次插入1 次删除
  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}}",