Overview
| Comment: | [fx] no button for input nodes |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fx |
| Files: | files | file ages | folders |
| SHA3-256: |
987f485574bbb5304ccd54e813e28886 |
| User & Date: | olr on 2020-04-01 10:41:28 |
| Other Links: | manifest | tags |
Context
|
2020-04-01
| ||
| 13:06 | [fr] ajustements check-in: 33d4abc49b user: olr tags: trunk, fr | |
| 10:41 | [fx] no button for input nodes check-in: 987f485574 user: olr tags: trunk, fx | |
| 10:17 | [fr] faux positif check-in: 85a1651022 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/webext/content_scripts/menu.js from [85adf4425a] to [f9497c4f3d].
| ︙ | |||
34 35 36 37 38 39 40 | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | - + |
this._bTextArea = oOptions.ui_options.textarea;
this._bEditableNode = oOptions.ui_options.editablenode;
}
}
examineNode (xNode) {
if (xNode && xNode instanceof HTMLElement
|
| ︙ |