mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(client) getpPathTemplate -> getPathTemplate
This commit is contained in:
parent
78159d1121
commit
63aeb60a05
1 changed files with 2 additions and 2 deletions
|
|
@ -300,7 +300,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
CloudCmd.getConfig = getSystemFile(Config, CloudCmd.JSONDIR + 'config.json');
|
||||
CloudCmd.getModules = getSystemFile(Modules, CloudCmd.JSONDIR + 'modules.json');
|
||||
CloudCmd.getFileTemplate = getSystemFile(FileTemplate, CloudCmd.HTMLDIR + 'file.html');
|
||||
CloudCmd.getpPathTemplate = getSystemFile(PathTemplate, CloudCmd.HTMLDIR + 'path.html');
|
||||
CloudCmd.getPathTemplate = getSystemFile(PathTemplate, CloudCmd.HTMLDIR + 'path.html');
|
||||
|
||||
CloudCmd.execFromModule = function(pModuleName, pFuncName, pParams){
|
||||
var lObject = CloudCmd[pModuleName];
|
||||
|
|
@ -416,7 +416,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
lWasRefresh_b = lPath[0].textContent === pJSON[0].path;
|
||||
|
||||
CloudCmd.getFileTemplate(function(pTemplate){
|
||||
CloudCmd.getpPathTemplate(function(pPathTemplate){
|
||||
CloudCmd.getPathTemplate(function(pPathTemplate){
|
||||
/* очищаем панель */
|
||||
var i = lElem.childNodes.length;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue