Grammalecte  Check-in [cc8dde9c46]

Overview
Comment:[fx] init: disable console.log() at start
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | fx
Files: files | file ages | folders
SHA3-256: cc8dde9c461d7d8b675f9ba5c5359fac2134511b057e3aef499f77d2c860f9fe
User & Date: olr on 2020-12-02 15:27:19
Other Links: manifest | tags
Context
2020-12-03
09:45
[core][fr] improve formatNumber() suggestions check-in: 15606b15a9 user: olr tags: trunk, fr, core
2020-12-02
15:27
[fx] init: disable console.log() at start check-in: cc8dde9c46 user: olr tags: trunk, fx
13:40
[fr] mise à jour des dictionnaires, nouveaux tags, ajustements check-in: 8cdcc4d90b user: olr tags: trunk, fr
Changes

Modified gc_lang/fr/webext/content_scripts/init.js from [e22c4ced0c] to [083d402f25].

296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
const oGrammalecteBackgroundPort = {

    bConnected: false,

    xConnect: browser.runtime.connect({name: "content-script port"}),

    start: function () {
        console.log("[Grammalecte] background port: start.");
        this.listen();
        this.listen2();
        //this.ping();
    },

    restart: function () {
        console.log("[Grammalecte] try to reconnect to the background.")







|







296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
const oGrammalecteBackgroundPort = {

    bConnected: false,

    xConnect: browser.runtime.connect({name: "content-script port"}),

    start: function () {
        //console.log("[Grammalecte] background port: start.");
        this.listen();
        this.listen2();
        //this.ping();
    },

    restart: function () {
        console.log("[Grammalecte] try to reconnect to the background.")