mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
minor changes
This commit is contained in:
parent
56113ff7aa
commit
726bed1522
1 changed files with 5 additions and 1 deletions
|
|
@ -582,7 +582,11 @@ CloudClient.Utils = (function(){
|
|||
'could not be none'
|
||||
});
|
||||
|
||||
return pCurrentFile.className = '';
|
||||
if(this.isCurrentFile(pCurrentFile))
|
||||
pCurrentFile.className = '';
|
||||
|
||||
else return false;
|
||||
|
||||
};
|
||||
|
||||
this.isCurrentFile = function(pCurrentFile){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue