minor changes

This commit is contained in:
coderaiser 2012-07-19 12:14:36 +03:00
parent 006d474844
commit 3dfd8fc182

View file

@ -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,'');