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: |
ed9c7b39c44cbc4529a4cc56f400724a |
User & Date: | olr on 2017-08-26 06:43:15 |
Other Links: | branch diff | manifest | tags |
Context
2017-08-26
| ||
10:15 | [fx] code cleaning + keyboard shortcuts + main panel update check-in: 3f5e5e035c user: olr tags: fx, webext2 | |
06:43 | [fx] useless code check-in: ed9c7b39c4 user: olr tags: fx, webext2 | |
2017-08-25
| ||
17:19 | [fx] lexicographer and grammar checker: analyse selection via the context menu check-in: 79e6d10555 user: olr tags: fx, webext2 | |
Changes
Modified gc_lang/fr/webext/background.js from [180d15c853] to [5671ec1d6b].
︙ | |||
187 188 189 190 191 192 193 | 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 | - - + + | } case "getListOfTokens": { let xPort = dConnx.get(xTab.id); xPort.postMessage({sActionDone: "openLxgPanel", result: null, dInfo: null, bEnd: false, bError: false}); xGCEWorker.postMessage({ sCommand: "getListOfTokens", dParam: {sText: xInfo.selectionText}, |
︙ |
Deleted gc_lang/fr/webext/panel/lexicographer.css version [8fcf23feab].
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
Deleted gc_lang/fr/webext/panel/lexicographer.html version [7c8a3411db].
| - - - - - - - - - - - - - - - - - - - - - - |
|
Deleted gc_lang/fr/webext/panel/lexicographer.js version [2b5d5c5245].
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|