Index: gc_lang/fr/webext/content_scripts/panel_gc.js ================================================================== --- gc_lang/fr/webext/content_scripts/panel_gc.js +++ gc_lang/fr/webext/content_scripts/panel_gc.js @@ -109,15 +109,15 @@ xGrammalectePort.postMessage({ sCommand: "getListOfTokens", dParam: {sText: this.oTextControl.getText()}, dInfo: ((this.xNode) ? {sTextAreaId: this.xNode.id} : {}) }); - xGrammalectePort.postMessage({ + /*xGrammalectePort.postMessage({ sCommand: "parseFull", dParam: {sText: this.oTextControl.getText(), sCountry: "FR", bDebug: false, bContext: false}, dInfo: ((this.xNode) ? {sTextAreaId: this.xNode.id} : {}) - }); + });*/ } }; this.xConjButton.onclick = () => { if (!this.bWorking) { this.showConjugueur();