From ada89e28b5a950e648cfadff5df68b9423fd04e6 Mon Sep 17 00:00:00 2001 From: Luc MULLER Date: Thu, 22 Apr 2021 11:12:00 +0200 Subject: [PATCH] tarteaucitron.js Ajout d'un tab manquant --- tarteaucitron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.js b/tarteaucitron.js index 18f7ea4..e8081f4 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -596,7 +596,7 @@ var tarteaucitron = { } if(tarteaucitron.parameters.closePopup === true){ var closeElement = document.getElementById('tarteaucitronAlertBig'), - closeSpan = document.createElement('span'); + closeSpan = document.createElement('span'); closeSpan.textContent = 'X'; closeSpan.setAttribute('id', "tarteaucitronCloseCross"); closeElement.insertBefore(closeSpan, closeElement.firstElementChild);