mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
mkdir fix
This commit is contained in:
parent
e965b9b9e2
commit
bab4aa4c0a
|
@ -5187,8 +5187,8 @@ var treectl = (function () {
|
|||
|
||||
function rendertree(res, ts, top0, dst, rst) {
|
||||
var cur = ebi('treeul').getAttribute('ts');
|
||||
if (cur && parseInt(cur) > ts && QS('#treeul>li>a+a')) {
|
||||
console.log("reject tree");
|
||||
if (cur && parseInt(cur) > ts + 20 && QS('#treeul>li>a+a')) {
|
||||
console.log("reject tree; " + cur + " / " + (ts - cur));
|
||||
return;
|
||||
}
|
||||
ebi('treeul').setAttribute('ts', ts);
|
||||
|
|
Loading…
Reference in a new issue