Differences From Artifact [24d04c7299]:
- File gc_lang/fr/webext/content_scripts/init.js — part of check-in [485e91923f] at 2017-08-31 04:20:32 on branch webext2 — [fx] rename xPort -> xGrammalectePort (user: olr, size: 4195) [annotate] [blame] [check-ins using]
To Artifact [65204e392b]:
- File gc_lang/fr/webext/content_scripts/init.js — part of check-in [a7b45f2c3a] at 2017-09-01 19:16:33 on branch webext2 — [fx] useless HTML comment (user: olr, size: 4151) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
74 75 76 77 78 79 80 | 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | - |
this.oLxgPanel.insertIntoPage();
}
},
createGCPanel: function () {
if (this.oGCPanel === null) {
this.oGCPanel = new GrammalecteGrammarChecker("grammalecte_gc_panel", "Grammalecte", 500, 700);
|
| ︙ |