mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(client) baseInit pCallBack: mv to end
This commit is contained in:
parent
8e8daab7b3
commit
bfd1a56104
1 changed files with 1 additions and 2 deletions
|
|
@ -252,14 +252,13 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
Storage.set(lDirPath, getJSONfromFileTable());
|
||||
});
|
||||
|
||||
Util.exec(pCallBack);
|
||||
|
||||
/* выделяем строку с первым файлом */
|
||||
var lFiles = DOM.getFiles();
|
||||
if (lFiles)
|
||||
DOM.setCurrentFile(lFiles[0]);
|
||||
|
||||
Util.exec(CloudCmd.Key);
|
||||
Util.exec(pCallBack);
|
||||
}
|
||||
|
||||
function getSystemFile(pGlobal, pURL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue