tarteaucitron.js Ajout d'un tab manquant
This commit is contained in:
parent
481c375ca5
commit
ada89e28b5
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue