Просмотр исходного кода

tarteaucitron.js Ajout d'un tab manquant

Luc MULLER 4 лет назад
Родитель
Сommit
ada89e28b5
1 измененных файлов с 1 добавлено и 1 удалено
  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);