[BUGFIX] Ajout de la class 'asCatToggleBtn' sur le titre des cookies obligatoires.

This commit is contained in:
Dylan Delacôte 2023-07-31 16:34:06 +02:00
parent e356fc7f7e
commit 82848712a4
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ var tarteaucitron = {
if(tarteaucitron.parameters.showDetailsOnClick){
html += ' <button type="button" tabindex="-1"><span class="tarteaucitronPlus" aria-hidden="true"></span> ' + tarteaucitron.lang.mandatoryTitle + '</button>';
}else{
html += ' <span>' + tarteaucitron.lang.mandatoryTitle + '</span>';
html += ' <span class="asCatToggleBtn">' + tarteaucitron.lang.mandatoryTitle + '</span>';
}
html += '</div>';
html += '<ul id="tarteaucitronServices_mandatory">';