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()){