fixed spaces view in folder name on clients console

This commit is contained in:
coderaiser 2012-07-19 11:50:49 +03:00
parent 15c914c034
commit d9f2040b38

View file

@ -439,7 +439,7 @@ CloudClient._changeLinks = function(pPanelID)
CloudClient._ajaxLoad=function(path, pNeedRefresh)
{
/* Отображаем красивые пути */
var lPath=path;
var lPath=CloudFunc.replaceSpaces(path);
var lFS_s=CloudFunc.FS;
if(lPath.indexOf(lFS_s)===0){
lPath=lPath.replace(lFS_s,'');