comment translated in english
This commit is contained in:
parent
6cdfd1489f
commit
2e6fa9f86a
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ async function doProceed(message, customText = ''){
|
||||||
operation_done();
|
operation_done();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Nello script di contenuto
|
// In the content script
|
||||||
browser.runtime.onMessage.addListener((message, sender, sendResponse) => {
|
browser.runtime.onMessage.addListener((message, sender, sendResponse) => {
|
||||||
if (message.command === "chatgpt_send") {
|
if (message.command === "chatgpt_send") {
|
||||||
if(!checkLoggedIn()){
|
if(!checkLoggedIn()){
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue