Differences From Artifact [9c5d9f860e]:
- File gc_lang/fr/webext/panel/lex_editor.js — part of check-in [412e20b14a] at 2018-03-23 17:39:42 on branch multid — [fx] lexicon editor: search page (user: olr, size: 24217) [annotate] [blame] [check-ins using]
To Artifact [62c69fe8b0]:
- File gc_lang/fr/webext/panel/lex_editor.js — part of check-in [8e66560ec8] at 2018-03-24 12:25:52 on branch multid — [fr] lexicographe: étiquettes plus descriptives (user: olr, size: 24222) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
599 600 601 602 603 604 605 |
}
}
const oTagsInfo = {
load: function () {
let lEntry = [];
| | | 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 |
}
}
const oTagsInfo = {
load: function () {
let lEntry = [];
for (let [sTag, [_, sLabel]] of _dTag) {
lEntry.push([sTag, sLabel.trim()]);
}
oTagsTable.fill(lEntry);
}
}
|
| ︙ | ︙ |