Overview
| Comment: | Oups forgettent to change variable name |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | comunicate |
| Files: | files | file ages | folders |
| SHA3-256: |
7eb5a85846f6d3b68961876f978134ae |
| User & Date: | IllusionPerdu on 2018-11-07 11:59:23 |
| Other Links: | branch diff | manifest | tags |
Context
|
2018-11-07
| ||
| 22:52 | Auto Add button in tinymce zone check-in: 5bc013ac26 user: IllusionPerdu tags: comunicate | |
| 11:59 | Oups forgettent to change variable name check-in: 7eb5a85846 user: IllusionPerdu tags: comunicate | |
| 11:37 | Check if action is in event check-in: 9f8939c97c user: IllusionPerdu tags: comunicate | |
Changes
Modified gc_lang/fr/webext/content_scripts/init.js from [c869a84f0a] to [ce1b922fad].
| ︙ | ︙ | |||
376 377 378 379 380 381 382 |
dInfo = {sTextAreaId: elmForGramma.id};
}
if (actionFromPage.spellcheck){
oGrammalecte.startGCPanel(elmForGramma);
xGrammalectePort.postMessage({
sCommand: "parseAndSpellcheck",
| | | 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 |
dInfo = {sTextAreaId: elmForGramma.id};
}
if (actionFromPage.spellcheck){
oGrammalecte.startGCPanel(elmForGramma);
xGrammalectePort.postMessage({
sCommand: "parseAndSpellcheck",
dParam: {sText: sText || actionFromPage.spellcheck, sCountry: "FR", bDebug: false, bContext: false},
dInfo: dInfo
});
}
if (actionFromPage.lexique){
oGrammalecte.startLxgPanel();
xGrammalectePort.postMessage({
sCommand: "getListOfTokens",
|
| ︙ | ︙ |