Differences From 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...]
To Artifact [20ce4550dd]:
- File gc_lang/fr/webext/background.js — part of check-in [e57f451fec] at 2017-10-23 10:22:14 on branch trunk — [fx] don’t display buttons by default (user: olr, size: 11066) [annotate] [blame] [check-ins using]
︙ | |||
71 72 73 74 75 76 77 | 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | - + | showError(e); } }; function initUIOptions (dSavedOptions) { if (!dSavedOptions.hasOwnProperty("ui_options")) { browser.storage.local.set({"ui_options": { |
︙ |