Issue #1064 - Part 3: Fix notifyObservers() call.

This commit is contained in:
wolfbeast 2019-11-04 15:05:23 +01:00 committed by Roy Tam
commit 24645d4b58

View file

@ -235,7 +235,7 @@ function updateCertStatus() {
document.getElementById("viewCertButton").disabled = false;
// Notify observers about the availability of the certificate
Services.obs.notifyObservers(null, "cert-exception-ui-ready");
Services.obs.notifyObservers(null, "cert-exception-ui-ready", null);
} else if (gChecking) {
shortDesc = "addExceptionCheckingShort";
longDesc = "addExceptionCheckingLong2";