Bug 1497377 - Remove extraneous closing brace in viewCertHelper() in msgReadSecurityInfo.js. r=jorgk

This commit is contained in:
Josiah Bruner 2018-10-08 17:10:00 +02:00
Родитель ace6a24948
Коммит 13fd4903ab
2 изменённых файлов: 3 добавлений и 2 удалений

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

@ -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()