Differences From Artifact [f63b876c0b]:
- File gc_lang/fr/webext/panel/lex_editor.js — part of check-in [a1ab0ad435] at 2020-07-10 13:09:58 on branch trunk — [fx][core] extension.getURL -> runtime.getURL (user: olr, size: 32884) [annotate] [blame] [check-ins using] [more...]
To Artifact [e29ea9ca06]:
- File gc_lang/fr/webext/panel/lex_editor.js — part of check-in [b14f8f2526] at 2020-08-23 05:38:55 on branch trunk — [fx] fix lexicon editor (user: olr, size: 32895) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
821 822 823 824 825 826 827 | } } const oTagsInfo = { load: function () { let lEntry = []; | | | 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 | } } const oTagsInfo = { load: function () { let lEntry = []; for (let [sTag, [_, sLabel]] of lexgraph_fr.dTag) { lEntry.push([sTag, sLabel.trim()]); } oTagsTable.fill(lEntry); } } |
︙ | ︙ |