tarteaucitron.js Ajout d'un tab manquant

This commit is contained in:
Luc MULLER 2021-04-22 11:12:00 +02:00
parent 481c375ca5
commit ada89e28b5
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ var tarteaucitron = {
} }
if(tarteaucitron.parameters.closePopup === true){ if(tarteaucitron.parameters.closePopup === true){
var closeElement = document.getElementById('tarteaucitronAlertBig'), var closeElement = document.getElementById('tarteaucitronAlertBig'),
closeSpan = document.createElement('span'); closeSpan = document.createElement('span');
closeSpan.textContent = 'X'; closeSpan.textContent = 'X';
closeSpan.setAttribute('id', "tarteaucitronCloseCross"); closeSpan.setAttribute('id', "tarteaucitronCloseCross");
closeElement.insertBefore(closeSpan, closeElement.firstElementChild); closeElement.insertBefore(closeSpan, closeElement.firstElementChild);