ソースを参照

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


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません