Sfoglia il codice sorgente

tarteaucitron.js Ajout d'un tab manquant

Luc MULLER 4 anni fa
parent
commit
ada89e28b5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tarteaucitron.js

+ 1 - 1
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);