bug# 109792 ; s=kaie ; sr=hewitt Fixing the blank cert details tab problem

This commit is contained in:
rangansen%netscape.com 2001-11-15 01:16:02 +00:00
parent e849f9601c
commit d51a8b11d7

View File

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