From bfd1a56104cd88ef01c6dec2dcad01aec0da6bc1 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 9 Dec 2013 13:10:12 +0000 Subject: [PATCH] fix(client) baseInit pCallBack: mv to end --- lib/client.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/client.js b/lib/client.js index 3da247f0..f55583d8 100644 --- a/lib/client.js +++ b/lib/client.js @@ -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) {