mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-22 15:39:34 +00:00
refresh bug with cursor resolved
This commit is contained in:
parent
7459c6444c
commit
0039987e0a
2 changed files with 3 additions and 4 deletions
|
|
@ -478,10 +478,9 @@ CloudClient._setCurrent=(function(){
|
|||
lCurrentFile[0].className='';
|
||||
/* устанавливаем курсор на файл,
|
||||
* на который нажали */
|
||||
this.className=CloudClient.CURRENT_FILE;
|
||||
}
|
||||
}
|
||||
this.className=CloudClient.CURRENT_FILE;
|
||||
|
||||
}
|
||||
/*
|
||||
console.log('Error. Can\'t find current file.'+
|
||||
' (CloudClient._setCurrent)');
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ var CloudFunc=CloudServer.Minimize.scripts?/* если стоит минифик
|
|||
CloudServer.init=(function(){
|
||||
/* Переменная в которой храниться кэш*/
|
||||
CloudServer.Cache.setAllowed(false);
|
||||
CloudServer.Minimize.scriptSize=true;
|
||||
CloudServer.Minimize.scriptSize=false
|
||||
/* Если нужно минимизируем скрипты */
|
||||
CloudServer.Minify.scripts();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue