Grammalecte  Diff

Differences From Artifact [b3b4072034]:

To Artifact [f1e0b26bd5]:


358
359
360
361
362
363
364


365
366
367
368
369
370
371
            oGrammalecte.startGCPanel(result, false); // result is the selected text
            // selected text is sent to the GC worker in the background script.
            break;
        // rescan page command
        case "rescanPage":
            oGrammalecte.rescanPage();
            break;


    }
});


/*
    Other messages from background
*/







>
>







358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
            oGrammalecte.startGCPanel(result, false); // result is the selected text
            // selected text is sent to the GC worker in the background script.
            break;
        // rescan page command
        case "rescanPage":
            oGrammalecte.rescanPage();
            break;
        default:
            console.log("[Content script] Unknown command: " + sActionDone);
    }
});


/*
    Other messages from background
*/