Overview
| Comment: | [fx] useless code |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | fx | webext2 |
| Files: | files | file ages | folders |
| SHA3-256: |
9e03da42874a597bf9a9fb7454a250d9 |
| User & Date: | olr on 2017-08-22 12:29:50 |
| Other Links: | branch diff | manifest | tags |
Context
|
2017-08-23
| ||
| 09:13 | [fx] use classes instead of singleton objects check-in: 49cb3f85b0 user: olr tags: fx, webext2 | |
|
2017-08-22
| ||
| 12:29 | [fx] useless code check-in: 9e03da4287 user: olr tags: fx, webext2 | |
| 12:27 | [fx] modify textarea content while typing check-in: a2a19392b6 user: olr tags: fx, webext2 | |
Changes
Modified gc_lang/fr/webext/content_scripts/gc_content.js from [7deea34453] to [6a5d0efcb3].
| ︙ | ︙ | |||
24 25 26 27 28 29 30 |
}
} else if (xElem.tagName === "A") {
oGCPanelContent.openURL(xElem.getAttribute("href"));
} else {
oGCPanelContent.oTooltip.hide();
}
}
| < < < < < < < < < < < < | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
}
} else if (xElem.tagName === "A") {
oGCPanelContent.openURL(xElem.getAttribute("href"));
} else {
oGCPanelContent.oTooltip.hide();
}
}
catch (e) {
showError(e);
}
}
const oGCPanelContent = {
|
| ︙ | ︙ |