Differences From Artifact [7b2e0430b4]:
- File gc_lang/fr/webext/content_scripts/lxg_content.js — part of check-in [2aee80c61f] at 2017-08-15 12:02:10 on branch webext2 — [fx] panel ui adjustment + fix lexicographer display bug (user: olr, size: 2298) [annotate] [blame] [check-ins using]
To Artifact [f476134195]:
- File gc_lang/fr/webext/content_scripts/lxg_content.js — part of check-in [21a09f0c1a] at 2017-08-16 08:41:08 on branch webext2 — [fx] grammar checking ui (user: olr, size: 2295) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - + | // JavaScript "use strict"; const oLxgPanelContent = { _xContentNode: createNode("div", {id: "grammalecte_lxg_panel_content"}), _nCount: 0, |
︙ |