From aa358c4fa6659a65f270b8a373a498527054cf37 Mon Sep 17 00:00:00 2001 From: mic Date: Sat, 20 Jul 2024 00:06:14 +0200 Subject: [PATCH] comment updated --- customprompts/mzta-custom-prompts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customprompts/mzta-custom-prompts.js b/customprompts/mzta-custom-prompts.js index 047efe81..1440506a 100644 --- a/customprompts/mzta-custom-prompts.js +++ b/customprompts/mzta-custom-prompts.js @@ -621,7 +621,7 @@ function clearMessage() { if(await isThunderbird128OrGreater()){ window.addEventListener('beforeunload', function (event) { - // Check if any changes have been made + // Check if any changes have been made (Only for Thunderbird 128+ see https://github.com/micz/ThunderAI/issues/88) if (somethingChanged) { event.preventDefault(); }