mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix missing semicolon
This commit is contained in:
parent
2994144320
commit
a63d62595c
@ -1399,7 +1399,7 @@ define([
|
||||
});
|
||||
cb();
|
||||
};
|
||||
if (paths.some(function (p) { return manager.comparePath(newPath, p) })) { return void cb(); }
|
||||
if (paths.some(function (p) { return manager.comparePath(newPath, p); })) { return void cb(); }
|
||||
manager.move(paths, newPath, newCb, copy);
|
||||
};
|
||||
// Delete paths from the drive and/or shared folders (without moving them to the trash)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user