mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Issue #1064 - Part 3: Fix notifyObservers() call.
This commit is contained in:
parent
db9333e3c8
commit
24645d4b58
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue