mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 10:14:13 +00:00
simpified plugins id's
This commit is contained in:
parent
9e105f56bd
commit
962948caa8
65 changed files with 36 additions and 51 deletions
|
|
@ -92,7 +92,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
DOM.setCurrentFile(lRootDir);
|
||||
DOM.scrollIntoViewIfNeeded(lRootDir, true);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* function load modules
|
||||
|
|
@ -133,6 +133,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
};
|
||||
}
|
||||
}
|
||||
|
||||
/** Конструктор CloudClient, который
|
||||
* выполняет весь функционал по
|
||||
* инициализации
|
||||
|
|
@ -153,8 +154,6 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
DOM.retJSLoad(lSrc, pCallBack)
|
||||
);
|
||||
};
|
||||
|
||||
//Util.socketLoad();
|
||||
|
||||
Util.ifExec(document.body.scrollIntoViewIfNeeded, lCallBack, lFunc);
|
||||
};
|
||||
|
|
@ -181,7 +180,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
|
||||
lDoBefore = {
|
||||
'editor/_codemirror' : lShowLoadFunc,
|
||||
'viewer' : lShowLoadFunc
|
||||
'view' : lShowLoadFunc
|
||||
},
|
||||
|
||||
lLoad = function(pName, pPath, pDoBefore){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue