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
078e74ed21
commit
be83ab078a
1 changed files with 2 additions and 2 deletions
|
|
@ -433,7 +433,7 @@ CloudClient.Util = (function(){
|
|||
lCurrent = pElem;
|
||||
else
|
||||
{
|
||||
lCurrent = lThis.getCurrentFile;
|
||||
lCurrent = lThis.getCurrentFile();
|
||||
lCurrent = lCurrent.firstChild.nextSibling;
|
||||
}
|
||||
|
||||
|
|
@ -674,7 +674,7 @@ CloudClient.Menu = (function(pPosition){
|
|||
* Функция привязываеться ко всем ссылкам и
|
||||
* загружает содержимое каталогов
|
||||
*/
|
||||
CloudClient._loadDir=(function(pLink,pNeedRefresh){
|
||||
CloudClient._loadDir = (function(pLink,pNeedRefresh){
|
||||
/* @pElem - элемент,
|
||||
* для которого нужно
|
||||
* выполнить загрузку
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue