mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
Update client.js
This commit is contained in:
parent
a5c39ad7bd
commit
93686b45e8
1 changed files with 3 additions and 1 deletions
|
|
@ -495,7 +495,9 @@ CloudClient.Util = (function(){
|
|||
'could not be none'
|
||||
});
|
||||
|
||||
this.unSetCurrentFile(this.getCurrentFile());
|
||||
var lCurrentFileWas = this.getCurrentFile();
|
||||
if(lCurrentFileWas)
|
||||
this.unSetCurrentFile(lCurrentFileWas);
|
||||
|
||||
return pCurrentFile.className = CloudCommander.CURRENT_FILE;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue