Overview
| Comment: | merge trunk |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | fr_killtricks |
| Files: | files | file ages | folders |
| SHA3-256: |
c51ddd55247d445b0031a6133b1bccc9 |
| User & Date: | olr on 2017-09-12 08:54:03 |
| Other Links: | branch diff | manifest | tags |
Context
|
2017-09-12
| ||
| 09:33 | [fr][js] remove test that JS fails to pass (regex error) check-in: 208d19a1dc user: olr tags: fr, fr_killtricks | |
| 08:54 | merge trunk check-in: c51ddd5524 user: olr tags: fr_killtricks | |
| 08:41 | [fx] WebExt: mode debug for simple test check-in: 3ac8707213 user: olr tags: trunk, fx | |
| 01:59 | merge trunk check-in: 19d5e77970 user: olr tags: fr_killtricks | |
Changes
Modified gc_lang/fr/webext/panel/main.js from [cfdce4f016] to [405aefbae4].
| ︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | - + |
"click",
function (xEvent) {
let xElem = xEvent.target;
if (xElem.id) {
if (xElem.id === "text_to_test_button") {
browser.runtime.sendMessage({
sCommand: "textToTest",
|
| ︙ |