Browse Source

tarteaucitron.js Ajout d'un tab manquant

Luc MULLER 4 years ago
parent
commit
ada89e28b5
1 changed files with 1 additions and 1 deletions
  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);