mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
006d474844
commit
3dfd8fc182
1 changed files with 1 additions and 1 deletions
|
|
@ -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,'');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue