Browse Source

Add the button class on the accept all button

Amauri CHAMPEAUX 4 years ago
parent
commit
097617b84e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tarteaucitron.js

+ 1 - 1
tarteaucitron.js

@@ -404,7 +404,7 @@ var tarteaucitron = {
 
                     html += '   </span>';
                     //html += '   <span class="tarteaucitronAlertBigBtnWrapper">';
-                    html += '   <button type="button" id="tarteaucitronPersonalize2">';
+                    html += '   <button type="button" class="tarteaucitronCTAButton tarteaucitronAllow" id="tarteaucitronPersonalize2">';
                     html += '       &#10003; ' + tarteaucitron.lang.acceptAll;
                     html += '   </button>';