From 568ecff7e493711af4523c9bea12c04245fdbf79 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 19 Jul 2012 11:50:49 +0300 Subject: [PATCH] fixed spaces view in folder name on clients console --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.js b/client.js index d4dde19a..a7602090 100644 --- a/client.js +++ b/client.js @@ -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,'');