Grammalecte  Check-in [2df5bf202b]

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: 2df5bf202ba45f75e1ac1c2222932c721e58c3edb62e8f9857bf3f1e7a3b434e
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
919
920
921
922
923
924
925
926
927
928
929
    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();
    oGrammarChecker.clearPreview();
    oTextFormatter.init();
}, true);







|










912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
    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();
    oGrammarChecker.clearPreview();
    oTextFormatter.init();
}, true);