Overview
| Comment: | [tb] disable dictionaries selection feature (dead feature) |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | tb | tbnext |
| Files: | files | file ages | folders |
| SHA3-256: |
2df5bf202ba45f75e1ac1c2222932c72 |
| User & Date: | olr on 2018-04-12 08:56:29 |
| Other Links: | branch diff | manifest | tags |
Context
|
2018-04-16
| ||
| 07:19 | merge trunk check-in: 25319eafb0 user: olr tags: tbnext | |
|
2018-04-12
| ||
| 08:56 | [tb] disable dictionaries selection feature (dead feature) check-in: 2df5bf202b user: olr tags: tb, tbnext | |
|
2018-04-11
| ||
| 16:02 | [tb] update: another day in the endless JS pile of shit check-in: ebe0fa1663 user: olr tags: tb, tbnext | |
Changes
Modified gc_lang/fr/tb/content/overlay.js from [7e10d11d8c] to [f62c14076f].
| ︙ | ︙ | |||
912 913 914 915 916 917 918 |
if (xElem.id && xElem.id.startsWith("o_group_")) {
oTextFormatter.switchGroup(xElem.id);
oTextFormatter.resetProgressBar();
}
}, false);
window.addEventListener("load", function (xEvent) {
| | | 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 |
if (xElem.id && xElem.id.startsWith("o_group_")) {
oTextFormatter.switchGroup(xElem.id);
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();
|
| ︙ | ︙ |