Grammalecte  Check-in [6566cf74f2]

Overview
Comment:[fx] useless command
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | fx | webext2
Files: files | file ages | folders
SHA3-256: 6566cf74f23d17a1e92a656bcd3bc368a96d6cf4b6a4e0ecbe92c32f69ba371e
User & Date: olr on 2017-09-02 06:22:47
Other Links: branch diff | manifest | tags
Context
2017-09-02
06:41
[fx] fix vertical positioning of tooltip check-in: d168534411 user: olr tags: fx, webext2
06:22
[fx] useless command check-in: 6566cf74f2 user: olr tags: fx, webext2
2017-09-01
19:16
[fx] useless HTML comment check-in: a7b45f2c3a user: olr tags: fx, webext2
Changes

Modified gc_lang/fr/webext/content_scripts/wrapper.js from [d6f76a7bda] to [01e5972759].

52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
                    dParam: {sText: xTextArea.value},
                    dInfo: {sTextAreaId: xTextArea.id}
                });
            };
            let xGCButton = createNode("div", {className: "grammalecte_wrapper_button", textContent: "Corriger"});
            xGCButton.onclick = function () {
                oGrammalecte.createGCPanel();
                oGrammalecte.oGCPanel.clear();
                oGrammalecte.oGCPanel.show();
                oGrammalecte.oGCPanel.start(xTextArea);
                oGrammalecte.oGCPanel.startWaitIcon();
                xGrammalectePort.postMessage({
                    sCommand: "parseAndSpellcheck",
                    dParam: {sText: xTextArea.value, sCountry: "FR", bDebug: false, bContext: false},
                    dInfo: {sTextAreaId: xTextArea.id}
                });
            };







|

<







52
53
54
55
56
57
58
59
60

61
62
63
64
65
66
67
                    dParam: {sText: xTextArea.value},
                    dInfo: {sTextAreaId: xTextArea.id}
                });
            };
            let xGCButton = createNode("div", {className: "grammalecte_wrapper_button", textContent: "Corriger"});
            xGCButton.onclick = function () {
                oGrammalecte.createGCPanel();
                oGrammalecte.oGCPanel.start(xTextArea);
                oGrammalecte.oGCPanel.show();

                oGrammalecte.oGCPanel.startWaitIcon();
                xGrammalectePort.postMessage({
                    sCommand: "parseAndSpellcheck",
                    dParam: {sText: xTextArea.value, sCountry: "FR", bDebug: false, bContext: false},
                    dInfo: {sTextAreaId: xTextArea.id}
                });
            };