diff options
Diffstat (limited to 'base/content/aboutNetError.xhtml')
-rw-r--r-- | base/content/aboutNetError.xhtml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/base/content/aboutNetError.xhtml b/base/content/aboutNetError.xhtml index 1502a9b..952a1d5 100644 --- a/base/content/aboutNetError.xhtml +++ b/base/content/aboutNetError.xhtml @@ -130,12 +130,6 @@ var div = document.getElementById("certificateErrorDebugInformation"); div.style.display = "none"; } - - if (panel.style.display == "block") { - // send event to trigger telemetry ping - var event = new CustomEvent("AboutNetErrorUIExpanded", {bubbles:true}); - document.dispatchEvent(event); - } }); if (allowOverride) { |