Overview
| Comment: | [fx] rename content_modifier.js -> init.js |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | fx | webext2 |
| Files: | files | file ages | folders |
| SHA3-256: |
4b80fae08839701bda39ef1dc58ad093 |
| User & Date: | olr on 2017-08-30 13:48:40 |
| Other Links: | branch diff | manifest | tags |
Context
|
2017-08-30
| ||
| 14:27 | [fx] include data for locales (not used ATM) to remove warning in the console check-in: d714a91c2d user: olr tags: fx, webext2 | |
| 13:48 | [fx] rename content_modifier.js -> init.js check-in: 4b80fae088 user: olr tags: fx, webext2 | |
| 13:30 | [fx] fix conjugueur HTML check-in: 3886155ba8 user: olr tags: fx, webext2 | |
Changes
Name change from gc_lang/fr/webext/content_scripts/content_modifier.js to gc_lang/fr/webext/content_scripts/init.js.
| ︙ | ︙ |
Modified gc_lang/fr/webext/manifest.json from [5f7e60e08e] to [6d89bba445].
| ︙ | ︙ | |||
48 49 50 51 52 53 54 |
"js": [
"content_scripts/panels_content.js",
"grammalecte/fr/textformatter.js",
"content_scripts/tf_content.js",
"content_scripts/gc_content.js",
"content_scripts/lxg_content.js",
"content_scripts/wrapper.js",
| | | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
"js": [
"content_scripts/panels_content.js",
"grammalecte/fr/textformatter.js",
"content_scripts/tf_content.js",
"content_scripts/gc_content.js",
"content_scripts/lxg_content.js",
"content_scripts/wrapper.js",
"content_scripts/init.js"
]
}
],
"commands": {
"conjugueur_tab": {
"suggested_key": {
"default": "Ctrl+Shift+F6"
|
| ︙ | ︙ |