Overview
Comment: | [fx] fix helpers importation from graphspell |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
eaa436be64949575d052d42ca3d6388b |
User & Date: | olr on 2018-01-28 18:02:09 |
Other Links: | manifest | tags |
Context
2018-01-29
| ||
09:54 | [fx] lexicon editor: conjugate a verb according to another verb check-in: d804292a86 user: olr tags: trunk, fx | |
2018-01-28
| ||
18:02 | [fx] fix helpers importation from graphspell check-in: eaa436be64 user: olr tags: trunk, fx | |
10:02 | [fx] lexicon editor: conjugation tables update check-in: a1c22e0cd0 user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/panel/conjugueur.html from [33a83d717b] to [78627e28af].
︙ | ︙ | |||
163 164 165 166 167 168 169 | <div class="clearer"></div> </div> </div> | | | 163 164 165 166 167 168 169 170 171 172 173 174 175 | <div class="clearer"></div> </div> </div> <script src="../grammalecte/graphspell/helpers.js"></script> <script src="../grammalecte/fr/conj.js"></script> <script src="conjugueur.js"></script> </body> </html> |