From 3dfd8fc182c8ec517752968d217bc285931b6ebf Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 19 Jul 2012 12:14:36 +0300 Subject: [PATCH] minor changes --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.js b/client.js index eb6dbcf7..fe393801 100644 --- a/client.js +++ b/client.js @@ -440,7 +440,7 @@ CloudClient._ajaxLoad=function(path, pNeedRefresh) { /* Отображаем красивые пути */ /* added supporting of russian language */ - var lPath=decodeUri(path); + var lPath=decodeURI(path); var lFS_s=CloudFunc.FS; if(lPath.indexOf(lFS_s)===0){ lPath=lPath.replace(lFS_s,'');