浏览代码

Regenerate build artifacts.

dom111 5 年之前
父节点
当前提交
4c351958eb
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/UI/NativeDOM/Footer.js
  2. 0 0
      src/webdav-min.js

+ 1 - 1
src/lib/UI/NativeDOM/Footer.js

@@ -33,7 +33,7 @@ export default class Footer extends Element {
         return;
       }
 
-      this.trigger('create-directory', joinPath(location.pathname, directoryName) + '/', directoryName, location.pathname);
+      this.trigger('create-directory', `${joinPath(location.pathname, directoryName)}/`, directoryName, location.pathname);
     });
   }
 }

文件差异内容过多而无法显示
+ 0 - 0
src/webdav-min.js


部分文件因为文件数量过多而无法显示