mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fixed spaces view in folder name on clients console
This commit is contained in:
parent
15c914c034
commit
d9f2040b38
1 changed files with 1 additions and 1 deletions
|
|
@ -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,'');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue