b=108625 Fix regression / XUL value attribute assignment

r=ddrinan sr=blizzard
This commit is contained in:
kaie%netscape.com 2001-11-12 04:57:53 +00:00
Родитель 28a8f657de
Коммит 3a0756b5a3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -73,7 +73,7 @@ function setDetails()
{
var index = parseInt(document.getElementById("nicknames").value);
details = dialogParams.GetString(index+itemCount+3);
document.getElementById("details").setAttribute("value", details);
document.getElementById("details").value = details;
}
function onCertSelected()