Overview
| Comment: | [fx] WebExt: forget font-awesome for content-scripts |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fx |
| Files: | files | file ages | folders |
| SHA3-256: |
e93b97f0be27e0ed41e997be93e2834c |
| User & Date: | olr on 2017-09-11 10:39:05 |
| Other Links: | manifest | tags |
Context
|
2017-09-11
| ||
| 13:00 | [fx] WebExt: text formatter: change color of icons “selected” check-in: d937c49717 user: olr tags: trunk, fx | |
| 10:39 | [fx] WebExt: forget font-awesome for content-scripts check-in: e93b97f0be user: olr tags: trunk, fx | |
| 10:05 | [fx] WebExt: z-index adjustments check-in: 995e6a8212 user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/manifest.json from [12ee19ff14] to [8661684831].
| ︙ | ︙ | |||
46 47 48 49 50 51 52 |
"*://*.wiktionary.org/*"
],
"css": [
"content_scripts/panel.css",
"content_scripts/panel_tf.css",
"content_scripts/panel_gc.css",
"content_scripts/panel_lxg.css",
| | < | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
"*://*.wiktionary.org/*"
],
"css": [
"content_scripts/panel.css",
"content_scripts/panel_tf.css",
"content_scripts/panel_gc.css",
"content_scripts/panel_lxg.css",
"content_scripts/menu.css"
],
"js": [
"content_scripts/panel.js",
"grammalecte/fr/textformatter.js",
"content_scripts/panel_tf.js",
"content_scripts/panel_gc.js",
"content_scripts/panel_lxg.js",
|
| ︙ | ︙ | |||
71 72 73 74 75 76 77 |
"*://*.wiktionary.org/*"
],
"css": [
"content_scripts/panel.css",
"content_scripts/panel_tf.css",
"content_scripts/panel_gc.css",
"content_scripts/panel_lxg.css",
| | < | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
"*://*.wiktionary.org/*"
],
"css": [
"content_scripts/panel.css",
"content_scripts/panel_tf.css",
"content_scripts/panel_gc.css",
"content_scripts/panel_lxg.css",
"content_scripts/menu.css"
],
"js": [
"content_scripts/panel.js",
"grammalecte/fr/textformatter.js",
"content_scripts/panel_tf.js",
"content_scripts/panel_gc.js",
"content_scripts/panel_lxg.js",
|
| ︙ | ︙ |