diff --git a/chat/content/otr-auth.js b/chat/content/otr-auth.js
index 1cd05edab6..bfd3fc3d46 100644
--- a/chat/content/otr-auth.js
+++ b/chat/content/otr-auth.js
@@ -89,10 +89,6 @@ var otrAuth = {
return this.cancel();
});
- document.addEventListener("dialoghelp", () => {
- return this.help();
- });
-
let context, theirs;
switch (mode) {
case "start":
@@ -201,13 +197,4 @@ var otrAuth = {
}
showSection(how);
},
-
- async help() {
- let [helpTitle, helpText] = await document.l10n.formatValues([
- { id: "auth-help-title" },
- { id: "auth-help" },
- ]);
-
- Services.prompt.alert(window, helpTitle, helpText);
- },
};
diff --git a/chat/content/otr-auth.xhtml b/chat/content/otr-auth.xhtml
index e4ee2e4e1f..dd0b00316e 100644
--- a/chat/content/otr-auth.xhtml
+++ b/chat/content/otr-auth.xhtml
@@ -20,7 +20,7 @@
-