mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
f9d5356465
commit
7ece4b3e00
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