Overview
Comment: | [fx] fix lexicon editor |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
b14f8f25261b8ea373fe514e5e6a1dc8 |
User & Date: | olr on 2020-08-23 05:38:55 |
Other Links: | manifest | tags |
Context
2020-08-23
| ||
05:44 | [lo] fix lexicon editor check-in: ad847e39e2 user: olr tags: trunk, lo | |
05:38 | [fx] fix lexicon editor check-in: b14f8f2526 user: olr tags: trunk, fx | |
2020-08-20
| ||
12:02 | [fr] faux positifs et ajustements check-in: 11a61c0c94 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/webext/panel/lex_editor.html from [70c5533f4c] to [208deadc1e].
︙ | |||
331 332 333 334 335 336 337 | 331 332 333 334 335 336 337 338 339 340 341 342 343 344 | - - - + + + | <script src="../grammalecte/graphspell/helpers.js"></script> <script src="../grammalecte/graphspell/char_player.js"></script> <script src="../grammalecte/graphspell/str_transform.js"></script> <script src="../grammalecte/graphspell/dawg.js"></script> <script src="../grammalecte/graphspell/ibdawg.js"></script> <script src="../grammalecte/graphspell/spellchecker.js"></script> |
Modified gc_lang/fr/webext/panel/lex_editor.js from [f63b876c0b] to [e29ea9ca06].
︙ | |||
821 822 823 824 825 826 827 | 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 | - + | } } const oTagsInfo = { load: function () { let lEntry = []; |
︙ |