mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-01 04:05:18 +00:00
minor changes
This commit is contained in:
parent
d02bdf23f8
commit
0c9f78632f
1 changed files with 5 additions and 5 deletions
|
|
@ -128,8 +128,8 @@ var CloudCommander, Util,
|
|||
XMLHTTP.send(lData);
|
||||
|
||||
if( !Util.isFunction(lSuccess_f) ){
|
||||
console.log('error in DOM.ajax onSuccess:', pParams);
|
||||
console.log(pParams);
|
||||
Util.log('error in DOM.ajax onSuccess:', pParams);
|
||||
Util.log(pParams);
|
||||
}
|
||||
|
||||
XMLHTTP.onreadystatechange = function(pEvent){
|
||||
|
|
@ -711,7 +711,7 @@ var CloudCommander, Util,
|
|||
/* если не хватает прав для чтения файла*/
|
||||
else if( Util.isContainStr(lText, 'Error: EACCES,') )
|
||||
lText = lText.replace('Error: EACCES, p','P');
|
||||
|
||||
|
||||
|
||||
DOM.show(lErrorImage);
|
||||
lErrorImage.title = lText;
|
||||
|
|
@ -722,7 +722,7 @@ var CloudCommander, Util,
|
|||
|
||||
DOM.hide(lLoadingImage);
|
||||
|
||||
console.log(lText);
|
||||
Util.log(lText);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
@ -1031,7 +1031,7 @@ var CloudCommander, Util,
|
|||
|
||||
|
||||
if(!lPanel)
|
||||
console.log('Error can not find Active Panel');
|
||||
Util.log('Error can not find Active Panel');
|
||||
|
||||
return lPanel;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue