mirror of
https://framagit.org/JonathanMM/sutom.git
synced 2025-04-14 05:35:15 +02:00
ajout de la définition sur le panneau de fin de partie
This commit is contained in:
parent
05e6dfe28c
commit
ebe29588c3
1 changed files with 2 additions and 0 deletions
|
@ -181,6 +181,8 @@ export default class FinDePartiePanel {
|
|||
"</div>" +
|
||||
"</div>" +
|
||||
"</div>";
|
||||
const mot = this._motATrouver.charAt(0).toUpperCase() + this._motATrouver.toLowerCase().slice(1);
|
||||
contenu += `<a href="https://www.cnrtl.fr/definition/${mot}">Définition</a>`;
|
||||
}
|
||||
|
||||
this._panelManager.setContenu(titre, contenu);
|
||||
|
|
Loading…
Add table
Reference in a new issue