Grammalecte  Check-in [db6c099b46]

Overview
Comment:[tb][bug] lexicon editor: wrong filename
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | tb
Files: files | file ages | folders
SHA3-256: db6c099b46afff7a822f3615dc78a2f558575b2596c8aa7b804629949bcdcb0a
User & Date: olr on 2018-08-07 09:02:33
Other Links: manifest | tags
Context
2018-08-07
09:03
[graphspell][js] console.log() for debugging check-in: 31905c2c2f user: olr tags: trunk, graphspell
09:02
[tb][bug] lexicon editor: wrong filename check-in: db6c099b46 user: olr tags: trunk, tb
08:44
[tb][bug] lexicon editor: test if node exists check-in: 51443597ef user: olr tags: trunk, tb
Changes

Modified gc_lang/fr/tb/content/lex_editor.js from [4673a215f6] to [96db5c836d].

500
501
502
503
504
505
506
507
508
509
510
511
512
513
514


const oSearch = {

    oSpellChecker: null,

    load: function () {
        this.oSpellChecker = new SpellChecker("fr", "", "fr.json");
    },

    listen: function () {
        document.getElementById("search_similar_button").addEventListener("click", () => { this.searchSimilar(); }, false);
        document.getElementById("search_regex_button").addEventListener("click", () => { this.searchRegex() }, false);
    },








|







500
501
502
503
504
505
506
507
508
509
510
511
512
513
514


const oSearch = {

    oSpellChecker: null,

    load: function () {
        this.oSpellChecker = new SpellChecker("fr", "", "fr-allvars.json");
    },

    listen: function () {
        document.getElementById("search_similar_button").addEventListener("click", () => { this.searchSimilar(); }, false);
        document.getElementById("search_regex_button").addEventListener("click", () => { this.searchRegex() }, false);
    },