Changed locking strategy.

This commit is contained in:
Maxim Stewart 2019-04-12 15:15:44 -05:00
parent 33865ad9f4
commit cb32ab5dd8
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ let pathNodes = [];
const lockFolders = () => {
const data = "lockFolders=true";
doAjax("resources/php/lockedFolders.php", data);
getDir("./");
}
const getDir = (query) => {