зеркало из https://github.com/mozilla/pjs.git
Part of fix for nsbeta2+ bug # 28787: FTP listings of non-ascii filenames. r=me
This commit is contained in:
Родитель
fac002f991
Коммит
4467a844b1
|
@ -55,10 +55,15 @@ function Init()
|
|||
}
|
||||
debug("base URL = " + baseURI + "\n");
|
||||
|
||||
// Note: set encoding for FTP URLs BEFORE setting "ref"
|
||||
HTTPIndex.encoding = "ISO-8859-1";
|
||||
|
||||
// re-root the tree
|
||||
tree.setAttribute("ref", baseURI);
|
||||
}
|
||||
|
||||
|
||||
|
||||
function OnClick(event)
|
||||
{
|
||||
if( event.type == "click" &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче