Changed locking strategy.
This commit is contained in:
parent
33865ad9f4
commit
cb32ab5dd8
@ -4,6 +4,7 @@ let pathNodes = [];
|
|||||||
const lockFolders = () => {
|
const lockFolders = () => {
|
||||||
const data = "lockFolders=true";
|
const data = "lockFolders=true";
|
||||||
doAjax("resources/php/lockedFolders.php", data);
|
doAjax("resources/php/lockedFolders.php", data);
|
||||||
|
getDir("./");
|
||||||
}
|
}
|
||||||
|
|
||||||
const getDir = (query) => {
|
const getDir = (query) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user