Differences From Artifact [61c0259fd3]:
- File gc_lang/fr/webext/background.js — part of check-in [bd5b026613] at 2017-10-27 05:02:49 on branch trunk — [fx] WebExt: display button and menu only on focus (user: olr, size: 11064) [annotate] [blame] [check-ins using] [more...]
To Artifact [cf0aedc320]:
- File gc_lang/fr/webext/background.js — part of check-in [99e547221b] at 2017-10-20 07:26:05 on branch trunk — [fx] WebExt: normalization NFC (user: olr, size: 11065) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
| 72 73 74 75 76 77 78 | 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | - + | 
    }
};
function initUIOptions (dSavedOptions) {
    if (!dSavedOptions.hasOwnProperty("ui_options")) {
        browser.storage.local.set({"ui_options": {
            textarea: true,
 | 
| ︙ |