mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-27 01:36:28 +00:00
minor changes
This commit is contained in:
parent
235f56fd4d
commit
364af92224
1 changed files with 3 additions and 4 deletions
|
|
@ -754,9 +754,8 @@ CloudClient._currentToParent = (function(pDirName){
|
|||
* set it to current file
|
||||
*/
|
||||
if(lRootDir){
|
||||
lCurrentFile.className = '';
|
||||
|
||||
lRootDir.className = CloudClient.CURRENT_FILE;
|
||||
Util.unSetCurrentFile(lCurrentFile);
|
||||
Util.SetCurrentFile(lRootDir);
|
||||
lRootDir.scrollIntoViewIfNeeded();
|
||||
}
|
||||
});
|
||||
|
|
@ -772,7 +771,7 @@ var CloudFunc, $, Util,
|
|||
*/
|
||||
CloudClient.init=(function()
|
||||
{
|
||||
Util = new CloudClient.Util();
|
||||
Util = new CloudClient.Util();
|
||||
getByClass = Util.getByClass;
|
||||
getById = Util.getById;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue