Skip to content
Snippets Groups Projects
Commit f243ba77 authored by kaie%netscape.com's avatar kaie%netscape.com
Browse files

b=108625 Fix regression / XUL value attribute assignment

r=ddrinan sr=blizzard
parent 265c78d5
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment