Add the button class on the accept all button
This commit is contained in:
parent
d8745b86d3
commit
097617b84e
|
|
@ -404,7 +404,7 @@ var tarteaucitron = {
|
||||||
|
|
||||||
html += ' </span>';
|
html += ' </span>';
|
||||||
//html += ' <span class="tarteaucitronAlertBigBtnWrapper">';
|
//html += ' <span class="tarteaucitronAlertBigBtnWrapper">';
|
||||||
html += ' <button type="button" id="tarteaucitronPersonalize2">';
|
html += ' <button type="button" class="tarteaucitronCTAButton tarteaucitronAllow" id="tarteaucitronPersonalize2">';
|
||||||
html += ' ✓ ' + tarteaucitron.lang.acceptAll;
|
html += ' ✓ ' + tarteaucitron.lang.acceptAll;
|
||||||
html += ' </button>';
|
html += ' </button>';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue