Differences From Artifact [08d6a77f2d]:
- File gc_lang/fr/webext/content_scripts/content_modifier.js — part of check-in [47f63e5dc0] at 2017-08-26 10:33:05 on branch webext2 — [fx] remove log (user: olr, size: 6601) [annotate] [blame] [check-ins using]
To Artifact [fd4aa2d823]:
- File gc_lang/fr/webext/content_scripts/content_modifier.js — part of check-in [3472c83094] at 2017-08-28 15:57:04 on branch webext2 — [fx] use dataset (user: olr, size: 6645) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
this.oLxgPanel.insertIntoPage();
}
},
createGCPanel: function () {
if (this.oGCPanel === null) {
this.oGCPanel = new GrammalecteGrammarChecker("grammalecte_gc_panel", "Grammalecte", 500, 700);
this.oGCPanel.insertIntoPage();
}
}
}
/*
| > | 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 |
this.oLxgPanel.insertIntoPage();
}
},
createGCPanel: function () {
if (this.oGCPanel === null) {
this.oGCPanel = new GrammalecteGrammarChecker("grammalecte_gc_panel", "Grammalecte", 500, 700);
//this.oGCPanel.logInnerHTML();
this.oGCPanel.insertIntoPage();
}
}
}
/*
|
| ︙ | ︙ |