mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
fix(client) createFileTable: found -> !found
This commit is contained in:
parent
d0323c18bf
commit
a50e6ab694
1 changed files with 1 additions and 1 deletions
|
|
@ -437,7 +437,7 @@ var Util, DOM, CloudFunc;
|
|||
}
|
||||
}
|
||||
}
|
||||
if (found) /* .. */
|
||||
if (!found) /* .. */
|
||||
lCurrent = files[0];
|
||||
|
||||
DOM.setCurrentFile(lCurrent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue