mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
bug# 109792 ; s=kaie ; sr=hewitt Fixing the blank cert details tab problem
This commit is contained in:
parent
e849f9601c
commit
d51a8b11d7
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user