Differences From Artifact [31d038a91d]:
- File gc_lang/fr/tb/content/overlay.js — part of check-in [245cd4631d] at 2017-06-24 07:35:06 on branch trunk — [core][build] options according to context (applications) (user: olr, size: 40971) [annotate] [blame] [check-ins using]
To Artifact [a6d0f601cc]:
- File gc_lang/fr/tb/content/overlay.js — part of check-in [1140b979f8] at 2017-07-31 15:31:11 on branch webext2 — [core][js] helpers as object (user: olr, size: 41006) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
908 909 910 911 912 913 914 915 916 917 918 919 920 921 | 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 | + |
oTextFormatter.resetProgressBar();
}
}, false);
window.addEventListener("load", function (xEvent) {
oDictIgniter.init();
oGrammarChecker.loadGC();
//oGrammarChecker.fullTests();
}, false);
window.addEventListener("compose-window-init", function (xEvent) {
oGrammarChecker.loadUI();
oGrammarChecker.closePanel();
oGrammarChecker.clearPreview();
oTextFormatter.init();
|
| ︙ |