correction petite inexactitude
FossilOrigin-Name: 748e03b75b685ff8bb0140b088b598e45c75a6b0875c7d882b0a9b84fc3cb488
This commit is contained in:
parent
dc77dc985b
commit
f5130172f0
|
@ -144,7 +144,7 @@ function montrerMasquerDetails(idElem, classe, texte)
|
|||
if (lesDetails.length > 0)
|
||||
{
|
||||
let leBouton = document.getElementById(idElem);
|
||||
if (leBouton.textContent.startsWith('Replier'))
|
||||
if (leBouton.textContent.includes('Replier'))
|
||||
{
|
||||
// masquer
|
||||
lesDetails.forEach((e) => {
|
||||
|
|
Loading…
Reference in New Issue