зеркало из https://github.com/mozilla/pjs.git
b=170221 Syntax error opening message security info
r=javi sr=rpotts
This commit is contained in:
Родитель
f64692d189
Коммит
35392df5f2
|
@ -261,7 +261,7 @@ function onSelectionChange(event)
|
|||
|
||||
function viewCertHelper(parent, cert) {
|
||||
var cd = Components.classes[nsCertificateDialogs].getService(nsICertificateDialogs);
|
||||
cd->viewCert(parent, cert);
|
||||
cd.viewCert(parent, cert);
|
||||
}
|
||||
|
||||
function viewSelectedCert()
|
||||
|
|
|
@ -235,7 +235,7 @@ function onLoad()
|
|||
|
||||
function viewCertHelper(parent, cert) {
|
||||
var cd = Components.classes[nsCertificateDialogs].getService(nsICertificateDialogs);
|
||||
cd->viewCert(parent, cert);
|
||||
cd.viewCert(parent, cert);
|
||||
}
|
||||
|
||||
function viewSignatureCert()
|
||||
|
|
Загрузка…
Ссылка в новой задаче