From 2e6fa9f86a6cb4de245bb11fec4ea3f30540455f Mon Sep 17 00:00:00 2001 From: mic Date: Tue, 18 Jun 2024 20:03:10 +0200 Subject: [PATCH] comment translated in english --- js/mzta-chatgpt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/mzta-chatgpt.js b/js/mzta-chatgpt.js index 82ed76c8..5bf7e4de 100644 --- a/js/mzta-chatgpt.js +++ b/js/mzta-chatgpt.js @@ -337,7 +337,7 @@ async function doProceed(message, customText = ''){ operation_done(); } -// Nello script di contenuto +// In the content script browser.runtime.onMessage.addListener((message, sender, sendResponse) => { if (message.command === "chatgpt_send") { if(!checkLoggedIn()){