mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
added supporting of Russian language in directory names
This commit is contained in:
parent
d9f2040b38
commit
7665f2a37c
1 changed files with 4 additions and 3 deletions
|
|
@ -437,9 +437,10 @@ CloudClient._changeLinks = function(pPanelID)
|
|||
* @pNeedRefresh - необходимость обновить данные о каталоге
|
||||
*/
|
||||
CloudClient._ajaxLoad=function(path, pNeedRefresh)
|
||||
{
|
||||
/* Отображаем красивые пути */
|
||||
var lPath=CloudFunc.replaceSpaces(path);
|
||||
{
|
||||
/* Отображаем красивые пути */
|
||||
/* added supporting of russian language */
|
||||
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