Bug 1497377 - Remove extraneous closing brace in viewCertHelper() in msgReadSecurityInfo.js. r=jorgk
This commit is contained in:
Родитель
ace6a24948
Коммит
13fd4903ab
|
@ -292,7 +292,8 @@ function onSelectionChange(event)
|
|||
|
||||
function viewCertHelper(parent, cert) {
|
||||
Services.ww.openWindow(parent, "chrome://pippki/content/certViewer.xul",
|
||||
"_blank", "centerscreen,chrome,titlebar", cert);}
|
||||
"_blank", "centerscreen,chrome,titlebar", cert);
|
||||
}
|
||||
|
||||
function certForRow(aRowIndex) {
|
||||
return gCerts.value[aRowIndex];
|
||||
|
|
|
@ -211,7 +211,7 @@ function onLoad()
|
|||
|
||||
function viewCertHelper(parent, cert) {
|
||||
Services.ww.openWindow(parent, "chrome://pippki/content/certViewer.xul",
|
||||
"_blank", "centerscreen,chrome,titlebar", cert);}
|
||||
"_blank", "centerscreen,chrome,titlebar", cert);
|
||||
}
|
||||
|
||||
function viewSignatureCert()
|
||||
|
|
Загрузка…
Ссылка в новой задаче